import IntegrationClient from '../../utils/featheryClient/integrationClient'; declare type UpdateFieldValuesCallback = (fieldValues: any) => void; export declare function useFlinksConnect(): { openFlinksConnect: (client: IntegrationClient, onSuccess: () => void, onError: (err?: string | undefined) => void, flinksConfig: any, updateFieldValues: UpdateFieldValuesCallback) => Promise<{ err: any; fieldValues: {}; } | undefined>; flinksFrame: import("@emotion/react/jsx-runtime").JSX.Element | null; }; export {}; //# sourceMappingURL=index.d.ts.map