import { HTMLAttributes, PropsWithChildren } from 'react'; type SROnlyProps = Pick, 'role'>; export declare const SROnly: ({ role, children }: PropsWithChildren) => import("@emotion/react/jsx-runtime").JSX.Element; export {};