import { BaseComponentWithTheme } from '../../utils'; import type { SelectedAriaAttributes, LinkAriaAttribute, BreakpointCustomizable, LinkIcon, LinkTarget, Theme, LinkVariant } from '../types'; import * as i0 from "@angular/core"; export declare class PLink extends BaseComponentWithTheme { aria?: SelectedAriaAttributes; compact?: BreakpointCustomizable; download?: string; hideLabel?: BreakpointCustomizable; href?: string; icon?: LinkIcon; iconSource?: string; rel?: string; target?: LinkTarget; theme?: Theme; variant?: LinkVariant; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }