import * as React from "react"; import { ThemeProps } from "../../theme"; export interface LogoWithCircleProps { animating?: boolean; disabled?: boolean; className?: string; } declare const LogoWithCircleThemed: React.FC & { theme?: import("@emotion/react").Theme; }>; export { LogoWithCircleThemed as LogoWithCircle };