type LocaleButtonProps = { onClick?: (locale: string, handleClose: () => void) => void; }; declare function LocaleButton({ onClick }: LocaleButtonProps): JSX.Element | null; export { LocaleButton }; //# sourceMappingURL=LocaleButton.d.ts.map