import { BaseComponentWithTheme } from '../../utils'; import type { SelectedAriaAttributes, TagDismissibleAriaAttribute, TagDismissibleColor, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PTagDismissible extends BaseComponentWithTheme { aria?: SelectedAriaAttributes; color?: TagDismissibleColor; label?: string; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }