import { IWPTaxonomyProps } from "../types";
/**
 * Taxonomy WebPart
 */
export declare const WPTaxonomy: (props: IWPTaxonomyProps) => void;
