import type { IDecoratorCssOptions } from '../types/css.js'; import type { IDecoratorThemeOptions } from '../types/theme.js'; export declare function Css(options?: T): ClassDecorator; export declare function Theme(options?: T): ClassDecorator; //# sourceMappingURL=style.d.ts.map