import { type Modality } from '../utils/modality.js'; /** * Hook to subscribe to the current input modality and only re-render the component when it changes. * * @returns The current input modality * @internal */ export declare function useModality(): Modality;