import type { FC } from 'react';
import { DivProps, SvgProps } from "../../types";
declare const LogoMono: FC<SvgProps & DivProps & {
    size?: number;
}>;
export default LogoMono;
