import type { FunctionComponent } from 'react';
import type { LogoProps } from '../../types.js';
interface GetDiscordLogo {
    isDarkMode: boolean;
}
export declare const getDiscordLogo: ({ isDarkMode }: GetDiscordLogo) => FunctionComponent<LogoProps>;
export {};
//# sourceMappingURL=DiscordLogo.d.ts.map