type State = 'open' | 'closing' | 'close'; export declare function useAnimationState(initialState: State, timeout?: number): [boolean, boolean, () => void, () => void, () => void]; export {}; //# sourceMappingURL=useAnimationState.d.ts.map