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