import React from 'react';
import { PixiRenderTextureProps } from '../props';
declare const PixiRenderTexture: React.FC<PixiRenderTextureProps>;
export default PixiRenderTexture;
