import { PropType, FlowType } from '../components/Props';
export declare const humanize: (type: PropType | FlowType) => any;