import { PluginCreator } from 'postcss'; declare const myPostcssPlugin: PluginCreator<{}>; export { myPostcssPlugin as default };