export default function textSizeStyle(style: string, attributes: {
    [key: string]: string;
}): string;
