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