import { Usercontrol } from "../../../renderer/Usercontrol.js";
import { IUcOptions } from "../../../common/enumAndMore.js";
import { VariableList } from "../../../renderer/StylerRegs.js";
import { ucWinFrame } from "../../../renderer/controls/ucWinFrame.uc.js";
export declare class ucWinFrame$Designer extends Usercontrol {
    static get FILE_PATH(): string;
    static get AbsolutePath(): string;
    static setCSS_globalVar(varList: VariableList): void;
    static Create(pera: IUcOptions, ...args: any[]): ucWinFrame;
    static CreateAsync(pera: IUcOptions, ...args: any[]): Promise<ucWinFrame>;
    get(id: ""): HTMLElement;
    titlebar1: HTMLElement;
    lbl_title: HTMLElement;
    cmd_close: HTMLElement;
    container1: HTMLUnknownElement;
    constructor();
    initializecomponentAsync(args: IUcOptions, form: ucWinFrame): Promise<void>;
    initializecomponent(args: IUcOptions, form: ucWinFrame): void;
}
