import { Component, PuptNode, RenderContext } from '../../src/index.ts'; import { z } from 'zod'; export declare const styleSchema: z.ZodObject<{ type: z.ZodOptional>; verbosity: z.ZodOptional>; formality: z.ZodOptional>; delimiter: z.ZodOptional>; }, z.core.$loose>; type StyleProps = z.infer & { children?: PuptNode; }; export declare class Style extends Component { static schema: z.ZodObject<{ type: z.ZodOptional>; verbosity: z.ZodOptional>; formality: z.ZodOptional>; delimiter: z.ZodOptional>; }, z.core.$loose>; render(props: StyleProps, _resolvedValue: undefined, _context: RenderContext): PuptNode; private getStyleDescription; } export {}; //# sourceMappingURL=Style.d.ts.map