import { ComponentType } from '../types'; export declare const addCommand: (componentName: string, componentType?: ComponentType) => void; //# sourceMappingURL=add.d.ts.map