import * as i0 from "@angular/core"; export declare class TextBoxComponent { /** * Display small or large style * @type {boolean} */ small: boolean; /** * Set the style of the component (ex smart routing */ style: string; /** * Arrow to display. Up/Down/None */ arrow: string; /** * xtitle text to display */ xtitle: string; /** * Light vs dark mode. */ light: boolean; /** * Content text to display */ content: any; /** * Footer text to display */ footer: string; loading: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }