import React, { FC } from 'react'; export declare const EmailSvg: FC>; export declare const BellSvg: FC>; export declare const WebhookSvg: FC>; export declare const SlackSvg: FC>; export declare const SmsSvg: FC>; export declare const CheckSvg: FC>; export declare const channelsSvgs: { email: React.FC>; sms: React.FC>; slack: React.FC>; webhook: React.FC>; };