import { Orientation } from '../types';
declare type SeparatorProps = {
    size?: string | number;
    orientation?: Orientation;
};
declare const Separator: import("styled-components").StyledComponent<"div", any, SeparatorProps, never>;
export { Separator, SeparatorProps };
//# sourceMappingURL=Separator.d.ts.map