import { Model } from '../../types'; export declare class KiaModel { models: Model[]; activeModelCode: string | null; componentWillLoad(): Promise; getExample(): string; render(): any; }