import React from 'react'; interface Props { color: string; } export declare const ToolbarSeparator: React.FC; export {};