import React from "react";
interface InadimplentScreenProps {
    className?: string;
    title?: string;
    description?: string;
    actionText?: string;
    onAction?: () => void;
}
export declare const InadimplentScreen: React.FC<InadimplentScreenProps>;
export {};
//# sourceMappingURL=InadimplentScreen.d.ts.map