import * as React from "react";

//#region src/hr.d.ts
type HrProps = Readonly<React.ComponentPropsWithoutRef<'hr'>>;
declare const Hr: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref">> & React.RefAttributes<HTMLHRElement>>;
//#endregion
export { Hr, HrProps };
//# sourceMappingURL=index.d.mts.map