import { BoxFileValue, BoxParentItemValue } from './types'; export declare const INDETERMINATE = "indeterminate"; export declare const boxItemTypeMapping: { children: { icon: import("react/jsx-runtime").JSX.Element; value: BoxFileValue; title: { defaultMessage: string; description: string; id: string; }; }[]; icon: import("react/jsx-runtime").JSX.Element; value: BoxParentItemValue; title: { defaultMessage: string; description: string; id: string; }; }[];