export declare class BdButton { type: string; disabled: boolean; href?: string; render(): any; }