import { VariantType, DensityType, locationType } from '@/types/vuetifyTypes'; export declare const config: { menu: { location: locationType; offset: number; zIndex: number; contentClass: string; }; btn: { icon: boolean; variant: VariantType; density: DensityType; rounded: string; }; icon: { color: string; }; };