import { IIconSetting, IIconSvgProps } from './types';
export interface ISvgProps extends IIconSvgProps, IIconSetting {
}
/**
 * IconSvg
 */
declare const IconSvg: ({ idPrefix, symbolsPath, style, className, onClick, color, hoverColor, activeColor, isActive, code, isRotateAnimation, rotate, size, }: ISvgProps) => import("react/jsx-runtime").JSX.Element;
export default IconSvg;
