interface Output { width: number; height: number; } declare const _default: (text: string) => Output; export default _default;