export interface VisuallyHiddenProps { } /** * Use when an element needs to be available to assistive technology (for example, * a screen reader) but otherwise hidden. */ export declare const VisuallyHidden: "VisuallyHidden" & { readonly type?: "VisuallyHidden" | undefined; readonly props?: VisuallyHiddenProps | undefined; readonly children?: true | undefined; }; //# sourceMappingURL=VisuallyHidden.d.ts.map