import type { RegistryItem } from "shadcn/registry";
import type { Style } from "../../types";
export declare function generateRegistryTheme(options: {
    styleName: string;
    baseUrl: string;
    style: Style;
}): RegistryItem;
//# sourceMappingURL=theme.d.ts.map