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