import { BaseComponent } from '../../utils'; import type { SelectedAriaAttributes, CrestAriaAttribute, CrestTarget } from '../types'; import * as i0 from "@angular/core"; export declare class PCrest extends BaseComponent { aria?: SelectedAriaAttributes; href?: string; target?: CrestTarget; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }