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