import { FC } from'react';
import { DocExplorerFieldDef } from'../context';
declaretypeDefaultValueProps = {
/**
* The field or argument for which to render the default value.
*/field: DocExplorerFieldDef;
};
exportdeclareconstDefaultValue: FC<DefaultValueProps>;
export {};