interface Props { companyDomain: string; hasAdminRole?: boolean; onCancelClick: () => void; onConnectClick: () => void; } export declare function ConnectToQBOPopup(props: Props): import("react/jsx-runtime").JSX.Element; export {};