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