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