export declare class Button { href: string; type: string; size: string; width: string; render(): any; }