/** * This component is used to contain text that is read by a screen * reader, but not displayed to sighted users. **/ export declare const VisuallyHiddenText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSpanElement>, never>> & string;