export declare function getDynamicProps(props: T): Partial; export declare function deepMerge(src?: any, target?: any): T;