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