import { BaseComponentWithTheme } from '../../utils'; import type { BreakpointCustomizable, LinkPureAlignLabel, SelectedAriaAttributes, LinkPureAriaAttribute, LinkPureIcon, LinkPureSize, LinkPureTarget, Theme, LinkPureWeight } from '../types'; import * as i0 from "@angular/core"; export declare class PLinkPure extends BaseComponentWithTheme { active?: boolean; alignLabel?: BreakpointCustomizable; aria?: SelectedAriaAttributes; download?: string; hideLabel?: BreakpointCustomizable; href?: string; icon?: LinkPureIcon; iconSource?: string; rel?: string; size?: BreakpointCustomizable; stretch?: BreakpointCustomizable; target?: LinkPureTarget; theme?: Theme; underline?: boolean; /** @deprecated */ weight?: LinkPureWeight; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }