declare const cssMatcher: any;
declare const postcss: any;
declare const tailwindcss: any;
declare const compositorPlugin: any;
declare const createPostCSSConfig: (config: any, pluginOptions?: {}) => any;
