import { Popover as Component } from './Popover'; export declare const Popover: { readonly name: "Popover"; readonly purpose: "State container for a control and a floating panel shown on demand."; readonly example: "\n Open filters\n Choose the report filters.\n"; readonly body: "htmdx"; readonly props: readonly [{ readonly name: "defaultOpen"; readonly type: "boolean"; readonly default: false; readonly description: "Whether the popover starts open."; }, { readonly name: "modal"; readonly type: "boolean"; readonly default: false; readonly description: "Whether open content blocks interaction outside it."; }]; readonly Component: typeof Component; };