export declare function appModelsAddComponent(props: {
    yes: boolean;
    dir?: string;
    id: string;
    version?: number;
    addToProject: boolean;
}): Promise<void>;
//# sourceMappingURL=app-models-add-component.d.ts.map