import BBCodeText from './BBCodeText';

export default function (
    x?: number, y?: number,
    text?: string,
    style?: BBCodeText.TextStyle
): BBCodeText;