/** * Create a stylesheet and append to DOM */ export declare function createStylesheet(src: string): Promise;