import { MapComponentSchema } from '@open-formulieren/types'; import { GetInitialValues } from '../types'; import { JSONObject } from '../../types'; declare const getInitialValues: GetInitialValues; export default getInitialValues;