export declare class UIFiller { } export declare class UIRow { element: Element; constructor(element: Element); } export declare class UIColumnRow { element: Element; constructor(element: Element); } export declare class UIColumn { element: Element; constructor(element: Element); bind(): void; size: string; width: string; }