import { MatMenuTrigger } from '@angular/material/menu'; /** * [DropdownToolbar Component](https://pxblue-components.github.io/angular/?path=/info/components-dropdown-toolbar--readme) * * The `` component is used to display a toolbar with a dropdown. */ export declare class DropdownToolbarComponent { /** The text to display for title */ title: string; /** The text to display subtitle */ subtitle: string; /** Mat toolbar color variant */ color: 'primary' | 'accent' | 'warn' | undefined; menuTrigger: MatMenuTrigger; }