import '@arclux/arc-ui/stack'; import * as i0 from "@angular/core"; export declare class Stack { private readonly _el; set direction(value: 'vertical' | 'horizontal'); get direction(): 'vertical' | 'horizontal'; set gap(value: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'); get gap(): 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'; set align(value: 'start' | 'center' | 'end' | 'stretch'); get align(): 'start' | 'center' | 'end' | 'stretch'; set justify(value: 'start' | 'center' | 'end' | 'between' | 'around'); get justify(): 'start' | 'center' | 'end' | 'between' | 'around'; set wrap(value: boolean); get wrap(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }