import { IFormGroupProps, ISwitchProps } from '@blueprintjs/core'; import { FC } from 'react'; import { InputComponentProps } from '@balgamat/react-autoform'; export declare type SwitchProps = InputComponentProps & Partial & Partial; export declare const Switch: FC;