import React from 'react';
interface DynamicComponentProps {
    field: any;
    name?: string;
}
declare const _default: React.ForwardRefExoticComponent<DynamicComponentProps & {
    contentTypesContext?: {
        children: any;
    } & Partial<{
        disable?: boolean;
    }>;
} & Partial<{
    unwrap?: boolean;
}> & React.RefAttributes<unknown>>;
export default _default;
