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