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