import { t as ISlot } from "./slot.types-QDjy1d_X.js"; import * as React$1 from "react"; //#region src/slot/slot.d.ts declare function createSlot(ownerName: string): React$1.ForwardRefExoticComponent>; declare const Slot: React$1.ForwardRefExoticComponent>; declare function createSlottable(ownerName: string): ISlot.ISlottableComponent; declare const Slottable: ISlot.ISlottableComponent; //#endregion export { createSlottable as i, Slottable as n, createSlot as r, Slot as t };