import { Component, PuptNode, RenderContext } from '../../src/index.ts'; import { z } from 'zod'; export declare const uuidSchema: z.ZodObject<{}, z.core.$loose>; type UUIDProps = z.infer; export declare class UUID extends Component { static schema: z.ZodObject<{}, z.core.$loose>; render(_props: UUIDProps, _resolvedValue: undefined, _context: RenderContext): PuptNode; } export {}; //# sourceMappingURL=UUID.d.ts.map