/** * Decorator to create a getter for the specified selector * @param selector selector to find the element */ export declare function QueryChild(selector: string): Function; /** * Decorator to create a getter for the specified selector * @param selector selector to find the element */ export declare function QueryChildren(selector: string): Function; //# sourceMappingURL=QueryChildDecorator.d.ts.map