import { CompositeElementType } from './composite-element-types.model'; export declare class PipCompositeToolbarElement { type: CompositeElementType; icon: string; color?: string; action?: any; }