import type { SxProp } from '../sx';
import React, { type HTMLAttributes } from 'react';
export declare const VisuallyHidden: ({ className, children, ...rest }: VisuallyHiddenProps) => React.JSX.Element;
export type VisuallyHiddenProps = React.PropsWithChildren<HTMLAttributes<HTMLSpanElement> & {
    className?: string;
} & SxProp>;
//# sourceMappingURL=VisuallyHidden.d.ts.map