import { Text } from 'pixi.js';
declare const loadFontByUrl: (url: string, textObject?: Text) => Promise<unknown>;
export default loadFontByUrl;
