import * as i0 from "@angular/core"; export declare class AvButtonComponent { label?: string; icon?: string; iconPos: 'left' | 'right' | 'top' | 'bottom'; badge?: string; disabled: boolean; loading: boolean; loadingIcon?: string; raised: boolean; rounded: boolean; text: boolean; plain: boolean; severity?: 'info' | 'success' | 'warn' | 'danger' | 'secondary' | 'contrast' | 'help' | 'primary'; outlined: boolean; size?: 'small' | 'large'; variant?: 'text' | 'outlined'; style?: object; styleClass?: string; badgeClass?: string; badgeSeverity?: 'info' | 'success' | 'warn' | 'danger' | 'secondary' | 'contrast' | 'help' | 'primary'; ariaLabel?: string; autofocus: boolean; fluid: boolean; buttonProps?: any; buttonType: 'button' | 'external' | 'router' | 'submit'; href?: string; routerLink?: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=av-button.component.d.ts.map