import * as i0 from '@angular/core'; /** * Action bar with three named zones — `[wrToolbarStart]`, * `[wrToolbarCenter]`, `[wrToolbarEnd]`. Use any one or all three. * * @example * ```html * *
* * Items *
*
* *
*
* *
*
* ``` * * @see https://ngwr.dev/components/toolbar */ declare class WrToolbar { /** * Stack the zones vertically when the toolbar's own box is too narrow to fit * them in a row (a container query on its own width, not the viewport — so it * adapts inside a narrow column or split pane). @default false */ readonly responsive: i0.InputSignalWithTransform; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { WrToolbar };