import type { FormContextType, IconButtonProps, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; declare function IconButtonFn(props: IconButtonProps): import("react").JSX.Element; declare const IconButton: typeof IconButtonFn; export default IconButton; declare function CopyButtonFn(props: IconButtonProps): import("react").JSX.Element; export declare const CopyButton: typeof CopyButtonFn; declare function MoveDownButtonFn(props: IconButtonProps): import("react").JSX.Element; export declare const MoveDownButton: typeof MoveDownButtonFn; declare function MoveUpButtonFn(props: IconButtonProps): import("react").JSX.Element; export declare const MoveUpButton: typeof MoveUpButtonFn; declare function RemoveButtonFn(props: IconButtonProps): import("react").JSX.Element; export declare const RemoveButton: typeof RemoveButtonFn; declare function ClearButtonFn({ id, className, onClick, disabled, registry, ...props }: IconButtonProps): import("react").JSX.Element; export declare const ClearButton: typeof ClearButtonFn; //# sourceMappingURL=IconButton.d.ts.map