import * as React from 'react'; import { Icon, IHasCX, IHasForwardedRef, IHasRawProps } from '@epam/uui-core'; interface SvgProps extends IHasCX, IHasRawProps>, IHasForwardedRef { svg?: Icon; fillColor?: string; width?: number | string; height?: number | string; } export declare const Svg: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=Svg.d.ts.map