/// import { BaseComponent } from '../../../Utilities'; import { IButtonProps } from '../Button.types'; export declare class CompoundButton extends BaseComponent { /** * Tell BaseComponent to bypass resolution of componentRef. */ protected _skipComponentRefResolution: boolean; render(): JSX.Element; }