export declare const AleoPopupContext: import("react").Context<{
    showPopUp: boolean;
    setShowPopUp: (show: boolean) => void;
} | null>;
//# sourceMappingURL=contexts.d.ts.map