import * as React from 'react'; import type { PathIconProps } from './PathIcon'; declare const createPathIcon: (path: React.ReactElement, displayName: string) => React.MemoExoticComponent>; export { createPathIcon }; export default createPathIcon;