import { BaseComponentWithTheme } from '../../utils'; import type { SelectedAriaAttributes, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PWordmark extends BaseComponentWithTheme { aria?: SelectedAriaAttributes; href?: string; size?: WordmarkSize; target?: WordmarkTarget; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }