import { Container } from 'pixi.js';
export default function makeThumbShareFB(opt: {
    backgroundUrl?: string;
    content?: Container;
    width?: 1200;
    height?: 630;
}): Promise<{} | undefined>;
