import React from 'react'; import { Transition } from 'motion/react'; interface ListProps extends React.ComponentProps<'ul'> { transition?: Transition; } declare const List: { (props: ListProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { List }; //# sourceMappingURL=List.d.ts.map