export * from './default-object-mapping-types';
export * from './object-mapping.component';
export type ObjectMappingsValidationObject = {
    dirty: boolean;
    touched: boolean;
    valid: boolean;
};
//# sourceMappingURL=index.d.ts.map