import { ITextField } from '../text-field/text-field.types';
export declare const DROPDOWN_DEFAULT_PLACEHOLDER = "Select an option";
export declare const DEFAULT_INPUT_CONFIG: Partial<ITextField>;
export declare const DEFAULT_DROPDOWN_OFFSET = 8;
export declare const HELP_TEXT_HEIGHT_PX = 24;