import type { FormContextType, IconButtonProps, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; import type { ButtonProps } from 'primereact/button'; export type PrimeIconButtonProps = IconButtonProps & Omit; declare function IconButtonFn(props: PrimeIconButtonProps): import("react/jsx-runtime").JSX.Element; declare const IconButton: typeof IconButtonFn; export default IconButton; declare function CopyButtonFn(props: PrimeIconButtonProps): import("react/jsx-runtime").JSX.Element; export declare const CopyButton: typeof CopyButtonFn; declare function MoveDownButtonFn(props: PrimeIconButtonProps): import("react/jsx-runtime").JSX.Element; export declare const MoveDownButton: typeof MoveDownButtonFn; declare function MoveUpButtonFn(props: PrimeIconButtonProps): import("react/jsx-runtime").JSX.Element; export declare const MoveUpButton: typeof MoveUpButtonFn; declare function RemoveButtonFn(props: PrimeIconButtonProps): import("react/jsx-runtime").JSX.Element; export declare const RemoveButton: typeof RemoveButtonFn; declare function ClearButtonFn(props: PrimeIconButtonProps): import("react/jsx-runtime").JSX.Element; export declare const ClearButton: typeof ClearButtonFn;