import { VudButtonSize } from './button.options'; import * as i0 from "@angular/core"; export type VudIconButtonShape = 'square' | 'squircle' | 'round'; export declare class VudIconButtonDirective { icon: string; size: VudButtonSize; transparent: boolean; shape: VudIconButtonShape; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_transparent: unknown; }