import { SfButtonVariant, SfButtonSize } from '../../types/sf-button.type'; import * as i0 from "@angular/core"; export declare class SfButtonComponent { variant: keyof typeof SfButtonVariant; size: keyof typeof SfButtonSize; disabled: boolean; square: boolean; variantClasses: { primary: string; secondary: string; tertiary: string; }; get hostDisabled(): boolean; get hostClass(): string; dataTestId: string; get sizeClasses(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }