import { ChildType } from ".."; import { TextObject } from "./TextObject"; export declare class CustomTextLabel extends TextObject { constructor(element: TextLabel, childs: C); }