import * as React from 'react'; import type { ISeparatorProps } from './Separator.types'; export declare const Separator: React.FunctionComponent;