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