/** * @slot default - Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG. */ export declare class PostLogo { host: HTMLPostLogoElement; /** * The URL to which the user is redirected upon clicking the logo. */ url: string | URL; validateUrl(): void; componentDidLoad(): void; private checkDescription; render(): any; }