import React from 'react'; import type { IcreateIconProps } from './types'; export declare const createIcon: ({ path, d, ...initialProps }: IcreateIconProps) => React.MemoExoticComponent & React.RefAttributes>>;