import type { RadioButtonItem } from '../RadioButtonGroup/RadioButtonGroup'; import { type Option } from '../Select/Option'; export declare const SERVICE_TYPES: Option[]; export declare const SERVICE_DIRECTIONS: Option[]; export declare const FEEDBACK_METHOD: Option[]; export declare const CLIENT_KEY = "client"; export declare const REPRESENTATIVE_KEY = "representative"; export declare const APPLIER_TYPES: ApplierType[]; export declare type ApplierType = Option & { key: 'client' | 'representative'; }; export declare const ACQUIRING_TYPES: Option[]; export declare const CALLBACK_TIME: Option[]; export declare const QUESTION_PRODUCT_TYPES: Option[]; export declare const SUFFERED_FROM_TYPES: Option[]; export declare const VED_TYPES: RadioButtonItem[]; export declare const INTERNSHIP_DIRECTION: Option[]; export declare const WORKING_HOURS: Option[]; export declare const EDUCATION_LEVEL: Option[];