import { Select } from '../../react-responsive-select'; import { IProps, IState } from '../../types/'; interface TArgs { state: IState; RRSClassRef: Select; props: IProps; } export declare function handleBlur({ state, RRSClassRef, props }: TArgs): void; export {};