import { Component, ConstructorProps } from '../component'; import { ContextManager } from '../context'; /** * @zcomponent * @zgroup Advanced * @zicon list */ export declare class Children extends Component { /** * Creates an instance of Children. * @param contextManager - The current ContextManager * @param props - The constructor properties. */ constructor(contextManager: ContextManager, props: ConstructorProps); }