import type { SizeType } from '@antdv/ui/es/types'; import type { Ref } from 'vue'; export declare function useInjectSize(): Ref; export declare function useProviderSize(size: Ref): Ref;