declare type ItemWithID = {
    id: string;
};
export declare const defaultComparatorCurry: (item: ItemWithID) => (candidate: ItemWithID) => boolean;
export declare const ROOT_KEY = "id";
export declare const ROOT_VALUE = "VTEX_CheckboxTreeRoot";
export {};
