import { FC } from 'react'; import { SwitchToggleProps } from '@frontegg/react-core'; export interface IConnectivityCheckBox { name: string; } export declare const FConnectivityCheckBox: FC; export declare const ConnectivityCheckBox: FC;