/// <reference types="react" />
import { SeparatorProps as SeparatorType } from './types';
interface SeparatorsProps {
    beforeSeparators: SeparatorType[];
    afterSeparators: SeparatorType[];
}
export declare const Separators: ({ beforeSeparators, afterSeparators }: SeparatorsProps) => JSX.Element;
export {};
//# sourceMappingURL=Separators.d.ts.map