export declare function getInnerHTML(slot: HTMLSlotElement): string; export declare function getTextContent(slot: HTMLSlotElement): string; export declare function hasSlot(el: HTMLElement, name?: string): boolean;