/**
* The component that represents a shellbar title.
* The title is a required element and displays the current application name.
* ```html
* <fd-shellbar-title>
* Corporate Portal
* </fd-shellbar-title>
* ```
*/
export declare classShellbarTitleComponent{
}