import type { RegistryItem } from "shadcn/registry";
import type { Style } from "../types";
export declare function buildRegistryItem(registryItemName: string, options: {
    styleName: string;
    registryBasePath: string;
    baseUrl: string;
    style: Style;
}): Promise<RegistryItem | null>;
//# sourceMappingURL=index.d.ts.map