import { SwAllowedSizes } from "../../shared/constants"; import { CanBeNull } from "../../shared/types"; import * as i0 from "@angular/core"; declare type SwInputTheme = "normal" | "underlined"; export declare class SwInputComponent { size: CanBeNull; theme: CanBeNull; private sizeCssClassMap; constructor(); get inputClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};