import React from 'react';
import { Props as CheckboxGroupProps } from '../Checkbox/CheckboxGroup';
export { OrderPosition as Position } from '../types';
export declare type Props = Omit<CheckboxGroupProps, 'shape'>;
declare const SwitchGroup: React.FC<Props>;
export default SwitchGroup;
