import { SliceSimulatorProps } from "./types.cjs";
import { SliceZone } from "@prismicio/client";

//#region src/kit/getDefault.d.ts
declare const getDefaultProps: () => Required<{ [K in keyof SliceSimulatorProps]: NonNullable<SliceSimulatorProps[K]> }>;
declare const getDefaultSlices: () => SliceZone;
declare const getDefaultMessage: () => string;
//#endregion
export { getDefaultMessage, getDefaultProps, getDefaultSlices };
//# sourceMappingURL=getDefault.d.cts.map