/** * @hidden */ export declare class IgcButtonComponent { disabled: boolean; name: string; type: string; value: string; render(): any; }