import { ActionIconProps } from '@mantine/core'; import { FormContextType, IconButtonProps, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; export type MantineIconButtonProps = IconButtonProps & Omit; export default function IconButton(props: MantineIconButtonProps): import("react/jsx-runtime").JSX.Element; export declare function CopyButton(props: MantineIconButtonProps): import("react/jsx-runtime").JSX.Element; export declare function MoveDownButton(props: MantineIconButtonProps): import("react/jsx-runtime").JSX.Element; export declare function MoveUpButton(props: MantineIconButtonProps): import("react/jsx-runtime").JSX.Element; export declare function RemoveButton(props: MantineIconButtonProps): import("react/jsx-runtime").JSX.Element;