import type { FunctionComponent } from 'react';
export declare const EpicLogo: FunctionComponent;
interface GetEpicMonochromeLogo {
    isDarkMode: boolean;
}
export declare const getMonochromeEpicLogo: ({ isDarkMode }: GetEpicMonochromeLogo) => FunctionComponent<{}>;
export {};
//# sourceMappingURL=EpicLogo.d.ts.map