import type { ComponentProps, ElementType } from 'react'; type VisuallyHiddenProps = { /** * The element type for the container. By default `span`. * Any focusable element will be displayed when focused */ as?: T; } & Omit, 'as'>; export declare const VisuallyHidden: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export {}; //# sourceMappingURL=index.d.ts.map