import { Size } from "../../types/general"; export declare const useGetSize: (size: () => Size | boolean) => import("vue").ComputedRef;