import { z } from "zod"; import { BarcodeStampOptions, TextStampOptions } from "../../public/stamp"; import { HorizontalAlignment, VerticalAlignment } from "../../public/types"; export declare const baseStampOptionsSchema: z.ZodObject<{ horizontalAlignment: z.ZodDefault>>; verticalAlignment: z.ZodDefault>>; horizontalOffset: z.ZodOptional>; verticalOffset: z.ZodOptional>; opacity: z.ZodOptional; rotation: z.ZodOptional; hyperlink: z.ZodOptional; scale: z.ZodOptional; behindExistingContent: z.ZodOptional; timeout: z.ZodOptional; renderDelay: z.ZodOptional; maxWidth: z.ZodOptional>; maxHeight: z.ZodOptional>; minWidth: z.ZodOptional>; minHeight: z.ZodOptional>; }, "strip", z.ZodTypeAny, { horizontalAlignment: HorizontalAlignment; verticalAlignment: VerticalAlignment; timeout?: number | undefined; maxHeight?: import("../../public/types").Length | undefined; renderDelay?: number | undefined; opacity?: number | undefined; rotation?: number | undefined; horizontalOffset?: import("../../public/types").Length | undefined; verticalOffset?: import("../../public/types").Length | undefined; maxWidth?: import("../../public/types").Length | undefined; minWidth?: import("../../public/types").Length | undefined; minHeight?: import("../../public/types").Length | undefined; hyperlink?: string | undefined; scale?: number | undefined; behindExistingContent?: boolean | undefined; }, { timeout?: number | undefined; maxHeight?: import("../../public/types").Length | undefined; renderDelay?: number | undefined; opacity?: number | undefined; rotation?: number | undefined; horizontalAlignment?: HorizontalAlignment | undefined; verticalAlignment?: VerticalAlignment | undefined; horizontalOffset?: import("../../public/types").Length | undefined; verticalOffset?: import("../../public/types").Length | undefined; maxWidth?: import("../../public/types").Length | undefined; minWidth?: import("../../public/types").Length | undefined; minHeight?: import("../../public/types").Length | undefined; hyperlink?: string | undefined; scale?: number | undefined; behindExistingContent?: boolean | undefined; }>; export declare const htmlStampOptionsSchema: z.ZodObject<{ horizontalAlignment: z.ZodDefault>>; verticalAlignment: z.ZodDefault>>; horizontalOffset: z.ZodOptional>; verticalOffset: z.ZodOptional>; opacity: z.ZodOptional; rotation: z.ZodOptional; hyperlink: z.ZodOptional; scale: z.ZodOptional; behindExistingContent: z.ZodOptional; timeout: z.ZodOptional; renderDelay: z.ZodOptional; maxWidth: z.ZodOptional>; maxHeight: z.ZodOptional>; minWidth: z.ZodOptional>; minHeight: z.ZodOptional>; } & { cssMediaType: z.ZodOptional>; }, "strip", z.ZodTypeAny, { horizontalAlignment: HorizontalAlignment; verticalAlignment: VerticalAlignment; timeout?: number | undefined; maxHeight?: import("../../public/types").Length | undefined; renderDelay?: number | undefined; cssMediaType?: import("../../public/types").CssMediaType | undefined; opacity?: number | undefined; rotation?: number | undefined; horizontalOffset?: import("../../public/types").Length | undefined; verticalOffset?: import("../../public/types").Length | undefined; maxWidth?: import("../../public/types").Length | undefined; minWidth?: import("../../public/types").Length | undefined; minHeight?: import("../../public/types").Length | undefined; hyperlink?: string | undefined; scale?: number | undefined; behindExistingContent?: boolean | undefined; }, { timeout?: number | undefined; maxHeight?: import("../../public/types").Length | undefined; renderDelay?: number | undefined; cssMediaType?: import("../../public/types").CssMediaType | undefined; opacity?: number | undefined; rotation?: number | undefined; horizontalAlignment?: HorizontalAlignment | undefined; verticalAlignment?: VerticalAlignment | undefined; horizontalOffset?: import("../../public/types").Length | undefined; verticalOffset?: import("../../public/types").Length | undefined; maxWidth?: import("../../public/types").Length | undefined; minWidth?: import("../../public/types").Length | undefined; minHeight?: import("../../public/types").Length | undefined; hyperlink?: string | undefined; scale?: number | undefined; behindExistingContent?: boolean | undefined; }>; export declare const imageStampOptionsSchema: z.ZodObject<{ horizontalAlignment: z.ZodDefault>>; verticalAlignment: z.ZodDefault>>; horizontalOffset: z.ZodOptional>; verticalOffset: z.ZodOptional>; opacity: z.ZodOptional; rotation: z.ZodOptional; hyperlink: z.ZodOptional; scale: z.ZodOptional; behindExistingContent: z.ZodOptional; timeout: z.ZodOptional; renderDelay: z.ZodOptional; maxWidth: z.ZodOptional>; maxHeight: z.ZodOptional>; minWidth: z.ZodOptional>; minHeight: z.ZodOptional>; }, "strip", z.ZodTypeAny, { horizontalAlignment: HorizontalAlignment; verticalAlignment: VerticalAlignment; timeout?: number | undefined; maxHeight?: import("../../public/types").Length | undefined; renderDelay?: number | undefined; opacity?: number | undefined; rotation?: number | undefined; horizontalOffset?: import("../../public/types").Length | undefined; verticalOffset?: import("../../public/types").Length | undefined; maxWidth?: import("../../public/types").Length | undefined; minWidth?: import("../../public/types").Length | undefined; minHeight?: import("../../public/types").Length | undefined; hyperlink?: string | undefined; scale?: number | undefined; behindExistingContent?: boolean | undefined; }, { timeout?: number | undefined; maxHeight?: import("../../public/types").Length | undefined; renderDelay?: number | undefined; opacity?: number | undefined; rotation?: number | undefined; horizontalAlignment?: HorizontalAlignment | undefined; verticalAlignment?: VerticalAlignment | undefined; horizontalOffset?: import("../../public/types").Length | undefined; verticalOffset?: import("../../public/types").Length | undefined; maxWidth?: import("../../public/types").Length | undefined; minWidth?: import("../../public/types").Length | undefined; minHeight?: import("../../public/types").Length | undefined; hyperlink?: string | undefined; scale?: number | undefined; behindExistingContent?: boolean | undefined; }>; export declare const barcodeStampOptionsSchema: z.ZodType; export declare const textStampOptionsSchema: z.ZodType; //# sourceMappingURL=stampSchema.d.ts.map