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