import { Injector } from '@angular/core'; import { TamuAbstractBaseComponent } from '../shared/tl-abstract-base.component'; import * as i0 from "@angular/core"; export declare class TlButtonComponent extends TamuAbstractBaseComponent { /** Used to override the button class. */ themeVariant: any; /** Used to define the size for button component. */ btnSize: string; /** Used to define the type of a button. */ wvrBtnType: string; /** Allows for the button component to be an anchor tag component if hrefUrl property present. */ href: any; btnTxt: any; dispatchAction: string; dispatchActionProps: string; constructor(injector: Injector); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }