import React from 'react'; import { ToolbarConfig } from './config'; import './style'; import type { IToolbarProps } from './interface'; export declare const CanvasToolbar: React.FC; export declare const createToolbarConfig: (addOptions: (config: ToolbarConfig, proxy: { getValue: () => T; }) => void) => (value?: T) => ToolbarConfig; export { IToolbarProps };