export declare const useTooltipState: ( id?: string, openDelay?: number, closeDelay?: number, ) => { isOpen: boolean; tooltipId: string; handleOnMouseEnter: () => void; handleOnMouseLeave: () => void; handleOnFocus: () => void; handleOnBlur: () => void; }; //# sourceMappingURL=useTooltipState.d.ts.map