import * as React from 'react'; import { DropDownSelectProps, DropDownSelectRefCurrent } from './types'; /** * DropDownSelect component. Renders input with dropdown list with possibility to select one item * @param {DropDownSelectProps} props * * @returns {React.ReactElement} */ export declare const DropDownSelect: (props: DropDownSelectProps, ref?: ((instance: DropDownSelectRefCurrent | null) => void) | React.RefObject | null | undefined) => React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>;