import "./Divider.css"; import type { ComponentPropsWithoutRef } from "react"; export type DividerProps = ComponentPropsWithoutRef<"hr">; export declare function Divider({ className, ...restProps }: DividerProps): import("react").JSX.Element;