import React from 'react'; export declare const Separator: import("@emotion/styled-base").StyledComponent, HTMLSpanElement>, SeparatorProps, import("@storybook/theming").Theme>; export declare const interleaveSeparators: (list: any[]) => any; export interface SeparatorProps { force?: boolean; }