import * as i0 from "@angular/core";
export declare class InputGroupComponent {
    /**
     * Size the component small or large.
     */
    sizing: string | 'sm' | 'lg' | '';
    get hostClasses(): any;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "c-input-group", never, { "sizing": "sizing"; }, {}, never, ["*"], false>;
}
