import { z } from "zod"; declare const paramsSchema: z.ZodObject<{ componentName: z.ZodString; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const GetComponentProps: Tool; export {}; //# sourceMappingURL=GetComponentProps.d.ts.map