export declare function childrenRef(index: number): (target: any, propertyKey: string | symbol) => void;
export declare function indent(text: string): string;
