import { ReactElement } from 'react';
import { SovendusPageConfig, SovPageStatus } from 'sovendus-integration-types';
export interface SovendusLandingPageReactProps extends Omit<SovendusPageConfig, "integrationType"> {
    onDone?: (sovPageStatus: SovPageStatus, sovPageConfig: SovendusPageConfig) => void | Promise<void>;
}
export declare function SovendusLandingPageReact(props: SovendusLandingPageReactProps): ReactElement;
//# sourceMappingURL=sovendus-landing-page.d.ts.map