/// <reference types="react" />
export declare function SnakerbarHolder({ children, teleportTo, }: {
    children?: React.ReactNode;
    teleportTo?: Element | DocumentFragment;
}): import("react/jsx-runtime").JSX.Element;
