import { Background } from "./background";
export declare class WalletBackground extends Background {
    protected bgImageUrl: string;
    protected hideCloseButton: boolean;
    protected hideContinueButton: boolean;
    protected imageStyle: HTMLStyleElement;
    constructor(bgImageUrl: string, hideCloseButton?: boolean, hideContinueButton?: boolean);
    initControl(): void;
    clear(): void;
    protected createTemplate(): void;
    private createImageStyles;
}
//# sourceMappingURL=wallet-background.d.ts.map