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