import type { AnimationPhase } from './Tearsheet.types';
export declare const openingPhasesInOrder: AnimationPhase[];
export declare const closingPhasesInOrder: AnimationPhase[];
