import { KbqColorDirective } from '@koobiq/components/core'; import * as i0 from "@angular/core"; /** Hint text to be shown below the form field control. */ export declare class KbqHint extends KbqColorDirective { /** Unique ID for the hint. */ id: string; /** Disables `color` for the hint text. */ fillTextOff: boolean; /** Makes the hint size smaller. */ compact: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_fillTextOff: unknown; static ngAcceptInputType_compact: unknown; }