import { default as Popover } from './Popover';
import * as CONSTANTS from './Popover.constants';
import type { Props, PopoverInstance as Instance } from './Popover.types';

export { CONSTANTS as POPOVER_CONSTANTS };

export type PopoverProps = Props;
export type PopoverInstance = Instance;

export default Popover;
