import { FC } from '@yamada-ui/core';
import { PropsWithChildren } from 'react';

declare const PopoverAnchor: FC<PropsWithChildren<{}>>;

export { PopoverAnchor };
