import type { FC } from 'react';
import { LanguagesPickerProps } from './types';
export declare const DefaultPicker: FC<LanguagesPickerProps>;
