import SvgIcon from "../SvgIcon/index.js";
export default function createSvgIcon(path: React.ReactNode, displayName: string): typeof SvgIcon;