import { Container } from 'pixi.js';
declare const getChildById: (target: Container | undefined, id: string) => any;
export default getChildById;
