/** * 获取一个 slot 中的所有内容 * @param slot */ export declare const getInnerHtmlFromSlot: (slot: HTMLSlotElement) => string; /** * 获取一个 slot 中的所有文本内容 * @param slot */ export declare const getTextContentFromSlot: (slot: HTMLSlotElement) => string;