import { FieldType } from './types';
declare type DefaultValueProps = {
    field: FieldType;
};
export default function DefaultValue({ field }: DefaultValueProps): JSX.Element | null;
export {};
//# sourceMappingURL=DefaultValue.d.ts.map