import { Dictionary } from '../../.deps/ui/core-web/src'; type ColorSelectTranslations = { /** Label of the mobile dialog close button. */ dismiss: string; }; export declare const dictionary: Dictionary; export {};