import { LitElement } from "lit";
export declare class NysGlobalFooter extends LitElement {
    static styles: import("lit").CSSResult;
    /********************** Properties **********************/
    agencyName: string;
    homepageLink: string;
    private slotHasContent;
    /**************** Lifecycle Methods ****************/
    firstUpdated(): void;
    /******************** Functions ********************/
    private _handleSlotChange;
    render(): import("lit-html").TemplateResult<1>;
}
