import { VariantType, DensityType } from '@/types/vuetifyTypes'; export declare const config: { footer: { elevation: number; color: string; height: string; }; goTopBtn: { elevation: number; density: DensityType; icon: string; variant: VariantType; color: string; }; goTopBtnIcon: { color: string; }; };