import type { Plugin } from 'postcss'; /** * Will normalize "currentcolor" and "current-color" to "currentColor". */ export declare const normalizeCurrentColor: () => Plugin; export declare const postcss = true;