import type { MaybeRef } from '@vueuse/core'; export declare type ComponentSize = 'mini' | 'small' | 'medium' | 'large'; export declare const useSize: (fallback?: MaybeRef, ignore?: Partial>) => import("vue").ComputedRef;