import { VudButtonSize } from './button.options'; import * as i0 from "@angular/core"; export type VudButtonType = 'default' | 'primary' | 'destructive' | 'destructive-primary'; export declare class VudButtonDirective { buttonType: VudButtonType; size: VudButtonSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_buttonType: any; }