export declare function AppRowSettings({ name, addAppLabel, onAddApp, }: { name: string; addAppLabel?: string; onAddApp: () => void; }): import("node_modules/@types/react").JSX.Element; //# sourceMappingURL=app-row-settings.d.ts.map