import * as i0 from "@angular/core"; export declare class KbqTopBarSpacer { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Directive that dynamically applying CSS classes based on a placement value (left or right). */ export declare class KbqTopBarContainer { /** * Conditionally applies a CSS class based on the value */ readonly placement: import("@angular/core").InputSignal<"start" | "end">; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class KbqTopBar { /** * Enables overflow behavior, applying `kbq-top-bar-overflow` to show a bottom shadow. */ withShadow: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_withShadow: unknown; }