/**
 * 私有图表的参数验证处理
 * @param props
 * @param settings
 * @return {Object}
 */
export default function (props: any, settings?: {}): any;
