import type { FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; import type { SemanticIconButtonProps } from '../IconButton/index.js'; /** The `AddButton` renders a button that represent the `Add` action on a form */ export default function AddButton({ uiSchema, registry, color, ...props }: SemanticIconButtonProps): import("react").JSX.Element;