export declare function useProxyProps<T extends Record<PropertyKey, unknown>>(props: T): T;
