interface SeparatorProps { direction?: 'vertical' | 'horizontal'; className?: string; } export declare const Seperator: ({ direction, className }: SeparatorProps) => import("react/jsx-runtime").JSX.Element; export {};