import { type ElementType } from 'react'; import { type SpiritVisuallyHiddenProps, type VisuallyHiddenProps } from '../../types'; export interface VisuallyHiddenStyles { classProps: string | null; props: VisuallyHiddenProps; } export declare function useVisuallyHiddenProps(props: SpiritVisuallyHiddenProps): VisuallyHiddenStyles;