export { HeaderTitle as default }; declare function HeaderTitle({ userName, welcomeText, headerExpanded, ariaLabels }: { userName: any; welcomeText: any; headerExpanded: any; ariaLabels: any; }): React.FunctionComponentElement>>; import React from 'react';