export declare class ButtonGroupComponent { /** * The type of the button-group (left|right). * @type {string} */ type: string; /** * If the button group should take the full width. * @type {boolean} */ full: boolean; }