declare function getTextSize(font: string, fontSize: number, bold: boolean, italic: boolean, text: string): number;
export default getTextSize;
//# sourceMappingURL=getTextSize.d.ts.map