export declare const BASE_ELEMENT_MODELS: any[];
export type BaseComponentsType = typeof BASE_ELEMENT_MODELS;
export type BaseComponentType = BaseComponentsType[number];
