export declare class MyButton { text: string; color: string; type: string; render(): any; }