import * as postcss from 'postcss'; declare const _default: postcss.Plugin<{ styleId: string; scopePosition: 'tail' | 'head'; }>; export default _default;