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