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