import type { DirectiveHandler } from '../types'; /** * Handles bq-html directive - sets innerHTML (sanitized by default). * @internal */ export declare const handleHtml: (sanitize: boolean) => DirectiveHandler; //# sourceMappingURL=html.d.ts.map