import * as React from 'react'; export declare const EditAppDialog: React.ForwardRefExoticComponent<{ appName: string; appDisplayName: string; } & React.RefAttributes>; //# sourceMappingURL=EditAppDialog.d.ts.map