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