Version: 0.1.00.2.00.3.00.3.10.4.01.0.01.0.11.0.22.0.02.1.02.1.13.0.03.0.13.1.03.2.03.3.04.0.04.1.04.2.05.0.05.0.15.0.26.0.06.0.16.1.06.2.06.3.06.3.17.0.08.0.08.0.18.0.28.0.38.0.48.0.58.0.68.0.78.0.88.0.98.0.108.0.119.0.09.0.19.0.29.1.19.2.010.0.011.0.012.0.012.0.112.0.212.0.312.0.412.1.012.1.112.1.212.1.312.1.412.1.512.1.612.1.712.1.812.1.912.1.1012.1.1113.0.013.1.013.1.113.1.213.1.313.1.413.1.513.2.013.2.113.3.013.3.113.3.213.3.313.3.413.3.513.3.613.3.713.3.813.3.913.3.1013.3.1113.3.1214.0.014.0.114.0.214.0.314.0.4
import type { PluginCreator } from 'postcss';
declare const creator: PluginCreator<pluginOptions>;
export default creator;
/** postcss-custom-properties plugin options */
export declare type pluginOptions = {
/** Preserve the original notation. default: true */
preserve?: boolean;
};
export { }