/// <reference types="react" />
export interface PopoverAnchorProps {
    children: React.ReactNode;
}
export declare const Anchor: {
    ({ children }: PopoverAnchorProps): JSX.Element;
    displayName: string;
};
