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