import React from 'react'; /** * @deprecated Use ScreenReaderOnly from 'flex-box' component */ export declare const ScreenReaderOnly: { (props: React.HTMLAttributes): JSX.Element; displayName: string; };