export declare const THANKS_MESSAGE: { title: string; desc: string; actions: { primary: { label: string; target: string; }; secondary: { label: string; target: string; }; }; }; export declare const THANKS_ILLUSTRATIONS: { teamsTheme: JSX.Element; teamsDarkTheme: JSX.Element; teamsHighContrastTheme: JSX.Element; }; //# sourceMappingURL=Thanks.d.ts.map