import { CommentItem } from "../../common/interface"; export declare class JackeryCommentItem { strings: any; element: HTMLElement; commentItem: CommentItem; componentWillLoad(): Promise; componentDidLoad(): void; render(): any; }