interface CollectionLabellingInterface { assignId?: (id: string) => void; } export declare const CollectionLabelContext: import("react").Context; export {};