export declare function addComponents(componentArgs?: string[], options?: {
    deps?: boolean;
    noDeps?: boolean;
    fast?: boolean;
}): Promise<void>;
