import { CustomElementView } from '../'; /** * Popup component that reveals its `.popup-body` child when clicked. */ export declare class Popup extends CustomElementView { private animation; private $target; private $bubble; isOpen: boolean; ready(): void; toggleOpen(): void; open(): void; close(): void; }