import React from 'react'; import type { DataListInputProps } from './types'; export declare const DataList: ({ options, ariaLabel, label, size, DropDownIcon, defaultValue, contentPosition, onSelect, required, errorMessage, ariaDescribedBy }: DataListInputProps) => React.JSX.Element;