import HdgElement from "@hdgd/core"; declare class HdgCard extends HdgElement { title: string; content: string; tips: string; desc: string; render(): any; } export default HdgCard;