export declare const config: { plugins: { "@csstools/postcss-global-data": { files: string[]; }; "postcss-custom-media": {}; cssnano: { preset: (string | { calc: boolean; })[]; }; }; }; export declare const getConfig: (options: { themeMediaCSSPath: string; }) => { plugins: { "@csstools/postcss-global-data": { files: string[]; }; "postcss-custom-media": {}; cssnano: { preset: (string | { calc: boolean; })[]; }; }; };