/** * * This error is thrown when a non-defined child of a composition * is accessed. * */ export declare class ChildNotDefined extends Error { constructor(name: string); }