export default function get(obj: any, propsArg: string | symbol | string[] | symbol[] | (string | symbol)[], defaultValue?: T): T;