declare const hasSlottedElements: (el: HTMLElement, name?: string) => boolean; declare const hasSlottedNodes: (el: HTMLElement, name?: string) => boolean; declare const hasSlotted: (el: HTMLElement, name?: string) => boolean; export { hasSlottedElements, hasSlottedNodes, hasSlotted, };