export interface ToolboxLabels { trigger: string; close: string; } export declare const DEFAULT_TOOLBOX_LABELS: ToolboxLabels;