/// import { Types } from "@nexys/core-list"; declare const List: ({ getData, def, addLink, editLink, config, }: { getData: () => Promise; addLink?: string | undefined; editLink?: ((id: number) => string) | undefined; def: Types.Definition; config?: Types.Config | undefined; }) => JSX.Element; export default List;