import React from 'react';
import { Isvg } from '../../../ts/interfaces/svgs';
declare const Svg: ({ name, width, height, size, ...props }: Isvg) => React.JSX.Element | null;
export default Svg;
