import React from 'react';
import { PixiTextureProps, UpdatableTextureType } from '../../props';
import { TransformType } from '../../types';
declare const ShapeTexture: React.FC<PixiTextureProps & TransformType & UpdatableTextureType>;
export default ShapeTexture;
