import React from "react"; import { RemixiconReactIconProps, RemixiconReactIconComponentType } from "remixicon-react"; export declare function importSvg(importFn: () => Promise): React.ComponentType>; export declare function importRemixIcon(importFn: () => Promise<{ default: RemixiconReactIconComponentType; }>): React.ComponentType;