import { FormContextType, IconButtonProps, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; export default function MuiIconButton(props: IconButtonProps): import("react/jsx-runtime").JSX.Element; export declare function CopyButton(props: IconButtonProps): import("react/jsx-runtime").JSX.Element; export declare function MoveDownButton(props: IconButtonProps): import("react/jsx-runtime").JSX.Element; export declare function MoveUpButton(props: IconButtonProps): import("react/jsx-runtime").JSX.Element; export declare function RemoveButton(props: IconButtonProps): import("react/jsx-runtime").JSX.Element; export declare function ClearButton(props: IconButtonProps): import("react/jsx-runtime").JSX.Element;