import { FC } from 'react';
declare const ControlGroup: FC<{}>;
export default ControlGroup;
