import { ComponentPropsWithoutRef } from 'react'; export type ListProps = ComponentPropsWithoutRef<"ul">; export declare const List: import('react').ForwardRefExoticComponent, HTMLUListElement>, "ref"> & import('react').RefAttributes>; export type ListItemProps = ComponentPropsWithoutRef<"li">; export declare const ListItem: import('react').ForwardRefExoticComponent, HTMLLIElement>, "ref"> & import('react').RefAttributes>; export type OrderedListProps = ComponentPropsWithoutRef<"ol">; export declare const OrderedList: import('react').ForwardRefExoticComponent, HTMLOListElement>, "ref"> & import('react').RefAttributes>; //# sourceMappingURL=list.d.ts.map