interface AnimatedListProps { children: React.ReactNode; className?: string; duration?: number; stagger?: number; } export declare function AnimatedList({ children, className, duration, stagger, }: AnimatedListProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=animated-list.d.ts.map