export declare class cButton { type: string; size: string; expand: boolean; disabled: boolean; counter: string; icon: string; icononly: boolean; iconType: string; render(): any; }