export type IProps = JSX.IntrinsicElements["hr"]; declare const Linebreak: (props: IProps) => import("react/jsx-runtime").JSX.Element; export default Linebreak;