import { Webhook } from '@sage-bionetworks/synapse-client';
type CreateWebhookModalProps = {
    initialData?: Webhook;
    open: boolean;
    onClose: () => void;
};
export default function CreateWebhookModal(props: CreateWebhookModalProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=CreateWebhookModal.d.ts.map