/** * A Plugin that can take all variables (SCSS variables and CSS Custom variables) from the given CSS or SCSS * @type {postcss.Plugin<{}>} */ export declare const postCSSTakeVariablesPreparePlugin: any;