import { type TagContract } from '../types.js';
/**
 * Slot tag is used to define the slots of a given component. Slots cannot be
 * nested and must appear as top level children inside a component.
 */
export declare const slotTag: TagContract;
