export declare class InputDirective { neutronInput: 'text' | 'textarea'; get inputType(): "textarea" | "text"; baseClass: boolean; invalid: boolean; siteTheme: 'primary' | 'secondary'; theme: 'light' | 'dark'; get lightTheme(): boolean; get darkTheme(): boolean; get primaryTheme(): boolean; get secondaryTheme(): boolean; constructor(); }