import { ComponentType, Nullable } from "instill-sdk"; export declare function useComponentDefinitions({ componentType, accessToken, enabled, }: { componentType: ComponentType | "all"; accessToken: Nullable; enabled: boolean; }): import("@tanstack/react-query").UseQueryResult; //# sourceMappingURL=useComponentDefinitions.d.ts.map