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