import { PopoverAnchor as Component } from './PopoverAnchor'; export declare const PopoverAnchor: { readonly name: "PopoverAnchor"; readonly purpose: "Optional element inside Popover used as the positioning anchor for PopoverContent."; readonly example: "\n Report filters\n Choose the report filters.\n"; readonly body: "htmdx"; readonly props: readonly [{ readonly name: "asChild"; readonly type: "boolean"; readonly default: false; readonly description: "Use the single child element as the anchor instead of rendering a wrapper."; }]; readonly Component: typeof Component; };