export type Transition = { effect: string; duration: number; }; //# sourceMappingURL=transition.d.ts.map