import React from "react"; export declare function Collapse({ children, length, type, }: { length: number; type: "array" | "object"; children: React.ReactNode; }): React.JSX.Element;