import React from 'react'; import { ModalProps } from '@instructure/ui-modal/types'; export declare function ExternalToolDialogModal(props: Pick & { onCloseButton: () => void; name: string; children: React.ReactNode; }): React.JSX.Element;