import { BaseComponentWithTheme } from '../../utils'; import type { TagColor, TagIcon, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PTag extends BaseComponentWithTheme { color?: TagColor; compact?: boolean; icon?: TagIcon; iconSource?: string; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }