/// <reference types="react" />
import { TaxonomyKey } from "@giancosta86/omnicourse-core";
export interface Props {
    label: string;
    taxonomyKeys: readonly TaxonomyKey[];
    selectedTaxonomyId: string;
    setSelectedTaxonomyId: (taxonomyId: string) => void;
}
export declare const TaxonomySelectionBox: ({ label, taxonomyKeys, selectedTaxonomyId, setSelectedTaxonomyId }: Props) => JSX.Element;
//# sourceMappingURL=TaxonomySelectionBox.d.ts.map