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