export declare function useProps<T extends Record<string, any>>(allProps: T): T;
