import React, { type JSX } from 'react'; type Props = { onClick: () => void; disabled: boolean; }; export const AdminInstallButtonRow = (props: Props): JSX.Element => { return (