export declare function findAssignedElement(slot: HTMLSlotElement, selector: string): HTMLElement | null; export declare function findAssignedElements(slot: HTMLSlotElement, selector: string): HTMLSlotElement[];