/// import * as React from 'react'; import { IconProps } from "../SvgIcon.types-413b9889"; declare function createSvgIcon(path: React.SVGProps, displayName: string, viewBox?: string): React.MemoExoticComponent>>; export { createSvgIcon as default };