import m from 'mithril'; import { IAttrs } from '../../_shared'; export interface IControlGroupAttrs extends IAttrs { [htmlAttrs: string]: any; } export declare class ControlGroup implements m.Component { view({ attrs, children }: m.Vnode): m.Vnode; }