type HorizontalDividerProProps = { color?: string; thickness?: number; }; declare const HorizontalDividerPro: (props: HorizontalDividerProProps) => import("react").JSX.Element; export default HorizontalDividerPro; //# sourceMappingURL=index.d.ts.map