interface IProps { changeView: (value: any) => void; } /** * 客商 * @param props * @returns */ declare const riskComponent: (props: IProps) => JSX.Element; export default riskComponent;