import React from 'react'; import type { PropsWithChildren } from 'react'; import type { SVGIconProps } from '../../decs'; declare const SVGIcon: React.FC>; export type { SVGIconProps } from '../../decs'; export default SVGIcon; //# sourceMappingURL=SVGIcon.d.ts.map