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