import type { RegistryItem } from "shadcn/registry";
import type { Style } from "../../types";
export declare const updateRegistryDependencies: (registryItem: RegistryItem, options: {
    styleName: string;
    baseUrl: string;
    style: Style;
}) => RegistryItem;
//# sourceMappingURL=update-registry-deps.d.ts.map