import { CustomerProfileComponentSchema } from '@open-formulieren/types'; import { IsEmpty } from '../types'; import { CustomerProfileData } from './types'; declare const isEmpty: IsEmpty; export default isEmpty;