import { EventEmitter } from '../../stencil-public-runtime'; export declare class cDropdown { animation: any; onClickHandleShow$e: any; isOpen: boolean; position: string; title: string; parent: any; el: HTMLElement; didDismiss: EventEmitter; dismiss(): Promise; isOpenChanged(): void; handleResize(): void; handleScroll(): void; componentWillLoad(): void; disconnectedCallback(): void; handleType(): void; handleShow(): void; handleHide(): void; onClickHandleShow: () => void; onClickHandleHide: (e?: any) => void; showAnimation(): void; handlePosition(): void; hideAnimation(): Promise; render(): any; }