import { LitElement } from 'lit'; import { SearchInputStyle } from './SearchInputStyle'; export declare class CometChatSearchInput extends LitElement { name: string; searchText: string; placeholderText: string; searchIconURL: string; searchInputStyle: SearchInputStyle; inputStyle: any; iconStyle: any; keyDownEvent: (options: any) => void; constructor(); static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; searchStyle(): { height: string | undefined; width: string | undefined; border: string | undefined; borderRadius: string | undefined; background: string | undefined; boxShadow: string | undefined; }; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-search-input": any; } } interface TagNameMap { 'cometchat-search-input': CometChatSearchInput; } } //# sourceMappingURL=cometchat-search-input.d.ts.map