import { ComponentProps } from 'react';
export declare const List: ({ children, ...props }: ComponentProps<"ul">) => import("react").JSX.Element;
