import type { WithSlotMarker } from './types';
/**
 * Determines whether a given element is a valid slot for the supplied slot component
 */
export declare function isSlot(element: unknown, slot: WithSlotMarker<unknown>): boolean;
//# sourceMappingURL=is-slot.d.ts.map