import React from 'react'; import { SvgProps } from '../types'; interface LogoProps extends SvgProps { isDark: boolean; } declare const _default: React.NamedExoticComponent; export default _default;