export default function stringifyStylesheet(stylesheet: {
    [key: string]: string;
}): string;
