import { z } from 'zod';
export declare const iconsSchema: z.ZodObject<{
    library: z.ZodEnum<["fontawesome", "lucide"]>;
}, "strip", z.ZodTypeAny, {
    library: "fontawesome" | "lucide";
}, {
    library: "fontawesome" | "lucide";
}>;
