import React from 'react'; import { PopoverHexPickerProps } from './PopoverHexPicker.types'; import './PopoverHexPicker.scss'; export declare const PopoverHexPicker: React.FunctionComponent;