import type { KeytipProps, KeytipState } from './Keytip.types'; /** * Create the state required to render Keytip. * * The returned state can be modified with hooks such as useKeytipStyles_unstable, * before being passed to renderKeytip_unstable. * * @param props - props from this instance of Keytip */ export declare const useKeytip_unstable: (props: KeytipProps) => KeytipState;