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