import * as i0 from "@angular/core"; export type SnInputSize = 'default' | 'small' | 'large'; export type SnRenderTypeLDSType = 'cell' | 'default'; export declare class SnInputDirective { snSize: SnInputSize; get ascClass(): { sm: boolean; lg: boolean; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }