/**
 * 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").StyledComponent<"span", any, {}, never>;
