import { SelectorBoxFileStateType } from '../types/state';
export declare const getState: (loading: boolean, success: boolean, error: boolean, disabled: boolean) => SelectorBoxFileStateType;
