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