import { FC } from 'react'; import { SCheckGroupProps } from './types'; declare const SCheckGroup: FC; export default SCheckGroup;