import { FC } from 'react'; import { InlineSvgProps } from './InlineSvg.types'; export declare const InlineSvg: FC;