import type { PropsWithChildren, Ref } from "react"; export interface VisuallyHiddenProps extends PropsWithChildren { ref?: Ref; } declare const _default: import("react").NamedExoticComponent; export default _default;