import React from 'react'; interface Props { onRequestClose: () => void; onSuccess: () => void; } export declare const ModalRateCall: ({ onRequestClose, onSuccess }: Props) => React.JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map