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