import { FC } from 'react'; import { IFormGroupProps, ISwitchProps } from '@blueprintjs/core'; import { InputComponentProps } from '@balgamat/react-autoform'; import { IOptions } from './util/types'; export declare type SwitchGroupProps = InputComponentProps & Partial & Partial & Partial; export declare const Preferences: FC;