import { FC } from 'react'; import { IWebhookComponent } from '../components/ConnectivityWebhooks/interfaces'; export declare const SelectWebhook: FC;