import { ISupportedToolComponent } from "./types"; /** * Set of supported components */ export declare const supportedComponentTypes: ISupportedToolComponent[];