import type { DataType } from '../../../components/Data Entry/SelectInput/types'; import type { OptionSelectorProps } from '../types'; export declare const Selector: ({ isFirst, isHorizontal, disabled, size, error, onChange, options, readOnly, required, value, direction, firstSelector: selector, helperId, }: Pick & { isFirst?: boolean; isHorizontal: boolean; onChange: (val: string) => void; options: DataType; value?: string; helperId?: string; }) => import("react").JSX.Element; //# sourceMappingURL=Selector.d.ts.map