import React from 'react';
type ScreenReaderTextProps = {
    'aria-hidden'?: boolean;
    id?: string;
    text: string;
};
declare const _default: React.NamedExoticComponent<ScreenReaderTextProps>;
export default _default;
//# sourceMappingURL=ScreenReaderText.d.ts.map