import { ReactNode } from "react";
export declare function Ignore({ children }: {
    children: ReactNode;
}): import("react/jsx-runtime").JSX.Element;
