import type { OldListProps } from './converter.old'; export type ListProps = OldListProps; export declare const List: (props: ListProps) => import("@emotion/react/jsx-runtime").JSX.Element;