export declare type PixiRenderTextureProps = {
    name?: string;
    width: number;
    height: number;
};
