/**
 * Localization
 */
export interface ControlConfig {
    label: string;
    icon: string;
}
export declare const CONTROL_CONFIGS: Record<string, ControlConfig>;
