import UINode from './base';
export default class UIShapeNode extends UINode {
    getAttrs(): any;
    draw(parentGNode: any): void;
    update(): void;
}
