import { InputFieldBase } from '@koalarx/ui/shared/components/input-field';
import * as i0 from '@angular/core';

declare class InputEmail extends InputFieldBase {
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<InputEmail, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<InputEmail, "kl-input-email", never, {}, {}, never, never, true, never>;
}

export { InputEmail };
