import { WrapperProps } from '../../types'; import * as i0 from "@angular/core"; export declare class WrapperComponent implements WrapperProps { size: number; color: string; shadow: boolean | undefined; border: boolean | undefined; borderSize: number | undefined; borderColor: string | undefined; radius: number | undefined; get width(): string; get height(): string; get borderRadius(): string; get backgroundColor(): string; get borderStyle(): string; get boxShadow(): "0px 3px 8px rgba(18, 18, 18, 0.04), 0px 1px 1px rgba(18, 18, 18, 0.02)" | "none"; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }