import type { ReactElement } from "react";
import type { OptionalChildProps } from "../util/props.js";
export interface InsertedProps extends OptionalChildProps {
}
export declare function Inserted({ children }: InsertedProps): ReactElement;
