import { IComponentDefintion } from "./interfaces/ComponentDefinition"; export declare const components: IComponentDefintion[]; export declare const componentsByType: { [componentType: string]: IComponentDefintion; };