/** * @param key key of props * @returns Numeric type of key attribute */ export declare const useNumericProp: (key: string) => import("vue").ComputedRef;