import React from 'react'; import type { LightFlowPathProps } from './type'; declare const LczLightFlowPath: React.MemoExoticComponent<(props: LightFlowPathProps) => React.JSX.Element>; export default LczLightFlowPath;