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