import { ToolbarPassThrough } from 'primeng/types/toolbar'; export * from 'primeng/types/toolbar'; import * as i0 from '@angular/core'; import { TemplateRef, QueryList } from '@angular/core'; import * as i2 from 'primeng/api'; import { BlockableUI, PrimeTemplate } from 'primeng/api'; import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import * as _primeuix_styled from '@primeuix/styled'; import { BaseStyle } from 'primeng/base'; /** * * Toolbar is a grouping component for buttons and other content. * * [Live Demo](https://www.primeng.org/toolbar/) * * @module toolbarstyle * */ declare enum ToolbarClasses { /** * Class name of the root element */ root = "p-toolbar", /** * Class name of the start element */ start = "p-toolbar-start", /** * Class name of the center element */ center = "p-toolbar-center", /** * Class name of the end element */ end = "p-toolbar-end" } declare class ToolbarStyle extends BaseStyle { name: string; style: _primeuix_styled.StyleType; classes: { root: () => string[]; start: string; center: string; end: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } interface ToolbarStyle extends BaseStyle { } /** * Toolbar is a grouping component for buttons and other content. * @group Components */ declare class Toolbar extends BaseComponent implements BlockableUI { $pcToolbar: Toolbar | undefined; bindDirectiveInstance: Bind; onAfterViewChecked(): void; /** * Style class of the component. * @deprecated since v20.0.0, use `class` instead. * @group Props */ styleClass: string | undefined; /** * Defines a string value that labels an interactive element. * @group Props */ ariaLabelledBy: string | undefined; _componentStyle: ToolbarStyle; getBlockableElement(): HTMLElement; /** * Custom start template. * @group Templates */ startTemplate: TemplateRef | undefined; /** * Custom end template. * @group Templates */ endTemplate: TemplateRef | undefined; /** * Custom center template. * @group Templates */ centerTemplate: TemplateRef | undefined; templates: QueryList | undefined; _startTemplate: TemplateRef | undefined; _endTemplate: TemplateRef | undefined; _centerTemplate: TemplateRef | undefined; onAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ToolbarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { Toolbar, ToolbarClasses, ToolbarModule, ToolbarStyle };