import type { IGoogleTranslateProps } from './types/props';
export default function GoogleTranslateSelect(props: IGoogleTranslateProps): JSX.Element | null;
