import { ThemePalette } from '@angular/material/core'; import { ButtonLoadingStyle, ButtonSize, ButtonStyle } from '../base/consts/buttons.consts'; import * as i0 from "@angular/core"; export declare class ButtonsV2Component { disabled: boolean; loading: boolean; loadingStyle: ButtonLoadingStyle; size: ButtonSize; type: 'button' | 'submit'; style: ButtonStyle; color: ThemePalette | 'success' | null; fullWidth: boolean; get isDisabled(): boolean; get hostWidth(): string; get sizeClass(): string; get matColor(): ThemePalette; get showLabel(): boolean; get buttonClasses(): { [key: string]: boolean; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }