import * as React from 'react'; type HrProps = Readonly>; declare const Hr: React.ForwardRefExoticComponent, HTMLHRElement>, "ref">> & React.RefAttributes>; export { Hr, type HrProps };