import type { WithAttributes } from '../../types'; type HiddenTextProps = WithAttributes<'span', { /** A DOM id that other elements can reference for an accessible label/description text. */ id: string; /** Text content for an accessible label/description. */ children: string; }>; export declare const StyledHiddenText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSpanElement>, never>> & string; declare const _default: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default _default; //# sourceMappingURL=HiddenText.d.ts.map