/** * Unwraps nested slots and returns the first slot that has actual assigned elements as children. */ export declare function unwrap(slotRef: HTMLSlotElement): HTMLSlotElement;