import type { AxiosError } from 'axios';
export default function handleThemeApiError(e: AxiosError): never;
