import { FormContextType, IconButtonProps, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `AddButton` renders a button that represent the `Add` action on a form */ export default function AddButton({ id, className, onClick, disabled, registry, }: IconButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AddButton.d.ts.map