declare function DefaultHtmlValuePlugin({ defaultValue }: {
    defaultValue: any;
}): any;
export default DefaultHtmlValuePlugin;
