import { VariantType } from '@/types/vuetifyTypes'; export declare const config: { btn: { size: string; variant: VariantType; color: string; class: string; ariaLabel: string; }; dialog: { width: string; maxWidth: string; }; };