import type { DirectiveHandler } from '../types'; /** * Handles bq-model directive - two-way binding. * @internal */ export declare const handleModel: DirectiveHandler; //# sourceMappingURL=model.d.ts.map