export type RuleAttacher = (rules: string, options?: { document?: Document; }) => () => void; /** * Imediately attaches CSS rules into the style sheet. * * @returns a callback to detach the rules */ export declare const attachRules: RuleAttacher; //# sourceMappingURL=sheet.d.ts.map