import { BaseComponent } from '../../utils'; import type { LinkTileAlign, SelectedAriaAttributes, LinkTileAriaAttribute, BreakpointCustomizable, LinkTileAspectRatio, LinkTileBackground, LinkTileSize, LinkTileTarget, LinkTileWeight } from '../types'; import * as i0 from "@angular/core"; export declare class PLinkTile extends BaseComponent { align?: LinkTileAlign; aria?: SelectedAriaAttributes; aspectRatio?: BreakpointCustomizable; background?: LinkTileBackground; compact?: BreakpointCustomizable; description: string; download?: string; gradient?: boolean; href: string; label: string; rel?: string; size?: BreakpointCustomizable; target?: LinkTileTarget; weight?: BreakpointCustomizable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }