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