/// <reference types="react" />
import { ListParamsType } from "../types";
export declare const ListModal: ({ listParams }: {
    listParams?: ListParamsType | undefined;
}) => JSX.Element;
