/** * The App Bar component is used at the top of a page to display a title and * optional prefix and suffix actions. It's typically used to provide a * native-like navigation experience. */ export declare class ScoutAppBar { el: HTMLScoutAppBarElement; titleText?: string; private hasPrefix; private hasSuffix; componentDidLoad(): void; render(): any; }