import React from 'react'; import { PropDescriptor } from './util'; export default function renderDefault(prop: PropDescriptor): React.ReactNode;