export declare const getLabel: (labels: string | [string, string], value: boolean) => string; export declare const getBackground: (switcher: boolean, dark: boolean) => string;