export declare const Props: {
    readonly separator: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
};
