import * as React from 'react';
export interface ContextSepProps {
    line?: boolean;
    grey?: boolean;
    small?: boolean;
    noMargin?: boolean;
}
export declare const ContextSep: React.FC<ContextSepProps>;
