import type { APIVersion } from '@lwc/shared';
import type { TransformCallback } from 'postcss';
import type { StyleCompilerCtx } from './utils/error-recovery';
export default function postCssLwcPlugin(options: {
    scoped: boolean;
    apiVersion: APIVersion;
    disableSyntheticShadowSupport: boolean;
    ctx: StyleCompilerCtx;
}): TransformCallback;
//# sourceMappingURL=postcss-lwc-plugin.d.ts.map