import { type ISaveButtonProps } from "./types.js"; /** * @internal */ export declare function useSaveButtonProps(): ISaveButtonProps; /** * @internal */ export declare function DefaultSaveButton({ isVisible, isEnabled, isSaving, buttonTitle, onSaveClick }: ISaveButtonProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=DefaultSaveButton.d.ts.map