import React from 'react'; import { SvgProps } from './types'; declare const Website: React.FC; export default Website;