import { HTMLAttributes } from 'preact'; export interface SeparatorProps extends HTMLAttributes { size?: number; } export declare function Separator({ size, ...props }: SeparatorProps): import("preact").JSX.Element; //# sourceMappingURL=Separator.d.ts.map