import { FC } from 'react'; type Props = { apiKey: string; float: boolean; position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'; }; declare const VitraWebTranslator: FC; export default VitraWebTranslator;