/// export declare type ListParamsT = { list: any[]; }; export declare const ListParams: ({ ...props }: ListParamsT) => JSX.Element;