export declare const ZPopover: import("atomico/types/dom").Atomico<{ props: { isOpen: { type: BooleanConstructor; reflect: boolean; }; disabled: { type: BooleanConstructor; reflect: boolean; }; toggle: import("atomico").EventProp<{ open: boolean; }>; placement: { type: StringConstructor; reflect: boolean; }; offset: { type: NumberConstructor; }; accent: { type: StringConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet[]; }>;