import type { Plugin } from 'postcss'; /** * PostCSS plugin that expands shortform properties to their longform equivalents. */ export declare const expandShorthands: () => Plugin; export declare const postcss = true;