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