import type { Compiler } from 'webpack';
import type { AppType, IBaseWebpackPlugin, InternalUserDefinedOptions, UserDefinedOptions } from '../../../types/index.js';
export { weappTailwindcssPackageDir } from '../shared/create-framework-plugin.js';
export declare class WeappTailwindcss implements IBaseWebpackPlugin {
    options: InternalUserDefinedOptions;
    appType?: AppType;
    constructor(options?: UserDefinedOptions);
    apply(compiler: Compiler): void;
}
