export declare const MODAL_DURATIONS: Readonly<{ readonly in: 300; readonly out: number; }>; export type MotionDuration = keyof typeof MODAL_DURATIONS;