import type { SlotComponentProps } from './types';
declare const Slot: (props: Omit<SlotComponentProps, "bubblesVirtually">) => import("react").JSX.Element;
export default Slot;
//# sourceMappingURL=slot.d.ts.map