import InterpolateHtmlPlugin from 'react-dev-utils/InterpolateHtmlPlugin';
import HtmlWebpackPlugin from 'html-webpack-plugin';
import { Environment } from '../types';
export declare function createNoJSComponent(message: string): string;
export default class ExpoInterpolateHtmlPlugin extends InterpolateHtmlPlugin {
    static fromEnv: (env: Pick<Environment, "mode" | "projectRoot" | "config" | "locations">, HtmlWebpackPlugin: HtmlWebpackPlugin) => ExpoInterpolateHtmlPlugin;
}
