import { SimpleSliceContent } from "@prismicio/types-internal/lib/content"; import type { LegacySlice } from "@prismicio/types-internal/lib/customtypes"; import type { RenderContext } from "../../models"; import type { GroupOrField } from "../../models/fetch"; import type { SliceRenderer } from "../../models/Renderer"; declare const SimpleSliceRenderer: (ctx: RenderContext) => SliceRenderer; export default SimpleSliceRenderer;