import { FC, PropsWithChildren } from 'react'; import { ListProps } from './list.types'; export declare const List: FC>; export * from './list.types';