declare type UseComponentsParamsType = { components: string[]; }; declare const useComponents: (params: UseComponentsParamsType) => any; export default useComponents;