export declare const chromaticParameters: { theme: { modes: { light: { backgrounds: { value: string; }; }; dark: { backgrounds: { value: string; }; }; }; }; mobile: { modes: { mobile: { viewport: string; }; }; }; };