import type { KeytipsProps, KeytipsState } from './Keytips.types'; export declare const useKeytips_unstable: (props: KeytipsProps) => KeytipsState;