import * as React from 'react';
export interface Props {
    invisible?: boolean;
    contrast?: boolean;
    height?: number;
    grey?: boolean;
}
export declare const SeparatorColorful: React.FC<Props>;
