import { UISpec } from '../../types'; declare const Collection: ({ entityName, schema }: { entityName: string; schema: UISpec; }) => import("react/jsx-runtime").JSX.Element; export default Collection; //# sourceMappingURL=Collection.d.ts.map