export type ToolbarContextState = {
    setShowError?: (showError: boolean) => void;
};
declare const ToolbarContext: import("react").Context<ToolbarContextState>;
export default ToolbarContext;
