import * as i0 from "@angular/core"; export declare class KbqSelectLoading { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * This component renders the error for a Select component. * The error message can be displayed in two visual variants: a default centered layout (when [paging] is falsy) * or a variant with left‑aligned text suitable for pagination controls (when [paging] is truthy). */ export declare class KbqSelectError { /** Indicates whether styles for pagination controls should be used. */ paging: import("@angular/core").InputSignalWithTransform; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * Marks an element as the error text container for a *KbqSelect* component. */ export declare class KbqSelectErrorText { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Component that represents the empty state of a select dropdown. */ export declare class KbqSelectNoOptions { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }