import { BooleanInput } from '@angular/cdk/coercion'; import * as i0 from "@angular/core"; /** * Hides an element visually, while keeping it visible to screen readers and * other assistive technology */ export declare class VisuallyHiddenDirective { enabled: BooleanInput; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }