import { FC } from 'react'; import { ScreenReaderOnlyProps } from './types.js'; export declare const ScreenReaderOnly: FC;