declare type TOptions = {
    scriptPrefix: string;
    stylePrefix: string;
};
declare function HtmlWebpackPluginInjectThymeLeafTags(this: any, options?: TOptions | {}): void;
export default HtmlWebpackPluginInjectThymeLeafTags;
