import { FrameworkElement } from "./FrameworkElement";
import { UIElementCollection } from "./UIElementCollection";
import { Type } from "./type";
export declare class Panel extends FrameworkElement {
static $t: Type;
constructor();
ab: UIElementCollection;
}