import type { ComponentProps } from 'react'; export declare const Hr: (props: ComponentProps<'hr'>) => import("react/jsx-runtime").JSX.Element;