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