import React, { FunctionComponent } from 'react'; export interface PropsType { by?: 'margin'; before?: boolean; after?: boolean; 'data-testid'?: string; } declare const Separated: FunctionComponent>; export default Separated;