import { GenericEventType, GenericType, ImpactType } from '../types';
export declare type PixiContainerProps = GenericType & ImpactType & GenericEventType;
