import { DataViewProps } from './types'; export declare function DataView({ value, defaultValue, onChange, items, }: DataViewProps): import("react/jsx-runtime").JSX.Element;