/// import { ListDurationType, ListAnimationType } from './Props'; declare const List: (type: ListAnimationType | ListAnimationType[], duration: ListDurationType, display?: string | undefined) => import("react").ComponentType; export default List;