import type { DirectiveHandler } from '../types'; /** * Handles bq-show directive - toggle visibility. * @internal */ export declare const handleShow: DirectiveHandler; //# sourceMappingURL=show.d.ts.map