import { Dictionary } from '../../.deps/ui/core-web/src'; type ColorPaletteTranslations = { add: string; edit: string; close: string; addColor: string; addToMyColors: string; removeColor: (color: string) => string; swatchLabel: (color: string) => string; hexInputLabel: string; colorPickerLabel: string; }; export declare const dictionary: Dictionary; export {};