import { Download, History as HistoryIcon, Library as LibraryIcon } from "lucide-react"; const HeaderButtons = ({ hasHistory, openHistoryModal, toggleLibrary, handleSaveImage, isLoading, hasGeneratedContent }) => { return ( <> ); }; export default HeaderButtons;