import React from "react";
interface ISucessContentProps {
    label?: string;
    info?: string;
    onOkay?: () => void;
}
export declare const SucessContent: React.FC<ISucessContentProps>;
export {};
//# sourceMappingURL=SucessContent.d.ts.map