export declare const WELCOME_MESSAGE: { title: string; desc: string; actions: { primary: { label: string; target: string; }; secondary: { label: string; target: string; }; tertiary: { label: string; target: string; }; }; }; //# sourceMappingURL=Welcome.d.ts.map