export function Fill(props: any): JSX.Element;
export function Provider({ children, ...props }: {
    [x: string]: any;
    children: any;
}): JSX.Element;
export function createSlotFill(name: any): {
    Fill: {
        (props: any): JSX.Element;
        displayName: string;
    };
    Slot: {
        (props: any): JSX.Element;
        displayName: string;
        __unstableName: any;
    };
};
export const Slot: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export { useSlot };
import useSlot from "./bubbles-virtually/use-slot";
//# sourceMappingURL=index.d.ts.map