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