import { IGenericElementProps } from "../types"; import { IAccordionSchema } from "./types"; /** * this component is meant to render fields that are nested in a box / accordion */ export declare const Accordion: (props: IGenericElementProps) => import("react/jsx-runtime").JSX.Element;