import * as i0 from "@angular/core";
export declare class PopoverComponent {
    id: string;
    popoverText: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "fudis-popover", never, { "id": { "alias": "id"; "required": false; }; "popoverText": { "alias": "popoverText"; "required": false; }; }, {}, never, never, true, never>;
}
