import React, { ReactElement } from "react";
/**
 * ActiveCollab word-mark, copied verbatim from new-activecollab-front
 * (src/components/svg). Used in the presentation main-menu header.
 */
export declare const MainLogo: {
    (props: React.SVGProps<SVGSVGElement>): ReactElement;
    displayName: string;
};
//# sourceMappingURL=MainLogo.d.ts.map