import { SlotClassNames } from '@fluentui/react-components'; import { KeytipSlots, KeytipState } from './Keytip.types'; export declare const keytipClassNames: SlotClassNames; /** * Apply styling to the Tooltip slots based on the state */ export declare const useKeytipStyles_unstable: (state: KeytipState) => KeytipState;