/// import { ListProps } from "@nexys/react-bootstrap/dist/headless/list/type"; declare const List: ({ getData, def, addLink, editLink, config, }: ListProps) => JSX.Element; export default List;