import DynamicText from "./DynamicText";

export default function (
    config?: DynamicText.IConfig
): DynamicText;