import { FunctionComponent } from 'react'; interface ISupportProps { lang: string; gameId: string; className?: string; } export declare const Support: FunctionComponent; export {};