/** * Finds all text content within a slot and returns it as a space-delimited string. */ export declare const slotTextContent: (slot: HTMLSlotElement) => string;