/** * -------------------------------------------------------------------------- * CoreUI Utils (__COREUI_VERSION__): pickByKeys.ts * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main/LICENSE) * -------------------------------------------------------------------------- */ declare const pickByKeys: (originalObject: object, keys: string | string[]) => {}; export default pickByKeys;