import { Props, VuesticComponent } from '../types'; export declare const useComponentConfigProps: (component: T, originalProps: Props) => import("vue").ComputedRef<{ [x: string]: any; }>;