import React from 'react'; import { CreateOptionsRes } from '../formTypes'; import { IBlockType } from '../../store/storetype'; interface MSwitchProps { data: CreateOptionsRes<'switch'>; current: IBlockType; } declare const _default: React.MemoExoticComponent<(props: MSwitchProps) => JSX.Element>; export default _default;