import { EnumerationProps } from './Enumeration.types'; export declare const Enumeration: ({ id, items, loadMoreRows, onCreate, onChange, onEdit, onImport, onRemove, title, }: EnumerationProps) => import("react/jsx-runtime").JSX.Element;