import { FieldContent } from "@prismicio/types-internal/lib/content"; import type { Range } from "@prismicio/types-internal/lib/customtypes"; import type { NestableMock } from "../../Mock"; import type { MockConfig } from "../../MockConfig"; export interface RangeMockConfig extends MockConfig { min?: number; max?: number; step?: number; } export declare const RangeMock: NestableMock;