import { FC } from 'react'; import { ListInterface } from './list.types'; export declare const List: FC;