import type { CreateIconFactoryReturnType, IconContentBaseProps } from '../common/types'; import type { NativeIconRefType } from './types'; /** * Create renderable icon by content * @param {IconSVG} content; * @returns {React.ComponentType} */ export declare const createNativeIcon: CreateIconFactoryReturnType;