import { z } from 'zod'; export declare const schema: { category: z.ZodOptional; }; export declare function handleListNeoPopComponents(params: { category?: string; }): Promise<{}>; //# sourceMappingURL=list-neopop-components.d.ts.map