import type { SeparatorProps } from './types'; export declare function Separator(props: SeparatorProps): React.ReactElement | null;