import '@arclux/arc-ui/inset'; import * as i0 from "@angular/core"; export declare class Inset { private readonly _el; set space(value: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'); get space(): 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'; set bleed(value: boolean); get bleed(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }