import { BaseComponentWithTheme } from '../../utils'; import type { SelectedAriaAttributes, IconAriaAttribute, IconColor, IconName, IconSize, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PIcon extends BaseComponentWithTheme { aria?: SelectedAriaAttributes; color?: IconColor; /** @deprecated */ lazy?: boolean; name?: IconName; size?: IconSize; source?: string; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }