import { types as t, types } from '@babel/core'; import { StyleObject } from '../types/types'; export declare function generateStyleSheet(styles: Record, styleSheetName: string, t: typeof types): t.VariableDeclaration;