import * as React from 'react';
export interface ToolbarSepProps {
    line?: boolean;
}
export declare const ToolbarSep: React.FC<ToolbarSepProps>;
