/// <reference types="react" />
import { CallCompositeIcons } from '../../common/icons';
/**
 * @private
 */
export interface ThankYouForFeedbackPageProps {
    iconName?: keyof CallCompositeIcons;
}
/**
 * Page shown after the survey is submitted.
 * @private
 */
export declare function ThankYouForFeedbackPage(props: ThankYouForFeedbackPageProps): JSX.Element;
//# sourceMappingURL=ThankYouForFeedbackPage.d.ts.map