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