import { ComputedRef } from 'vue'; export declare function useDelegatedProps, K extends keyof T>(props: T, excludeKeys?: K | K[]): ComputedRef>;