import { HTMLAttributes } from 'react'; export interface DataListProps extends HTMLAttributes { appearance?: string; } export declare const DataList: import("react").ForwardRefExoticComponent>; export type DataListItemProps = HTMLAttributes; export declare const DataListItem: import("react").ForwardRefExoticComponent>; export type DataListKeyProps = HTMLAttributes; export declare const DataListKey: import("react").ForwardRefExoticComponent>; export interface DataListValueProps extends HTMLAttributes { value?: number | string; emptyDescription?: string; multiline?: boolean; notranslate?: boolean; } export declare const DataListValue: import("react").ForwardRefExoticComponent>; export type DataListActionsProps = HTMLAttributes; export declare const DataListActions: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=DataList.d.ts.map