export const PAGE_NAME: "DevCenter_AppHeader"; export default AppHeader; declare function AppHeader({ app, appLastAnnotation, appSettings, badge, children, classes, coordinates, currentUser, fracFleet, isMaximized, logoSrc, onSettingChange, openAnnotationsList, primaryAssetStatusBadge, rig, showLastAnnotation, updateCurrentDashboardAppLastAnnotation, well, wells, PadModeComponent, activeWellName, rightSideContent, }: { app: any; appLastAnnotation: any; appSettings: any; badge: any; children: any; classes: any; coordinates: any; currentUser: any; fracFleet: any; isMaximized: any; logoSrc: any; onSettingChange: any; openAnnotationsList: any; primaryAssetStatusBadge: any; rig: any; showLastAnnotation: any; updateCurrentDashboardAppLastAnnotation: any; well: any; wells: any; PadModeComponent: any; activeWellName: any; rightSideContent: any; }): JSX.Element; declare namespace AppHeader { namespace propTypes { let app: PropTypes.Validator; let badge: PropTypes.Requireable; let classes: PropTypes.Requireable; titleBlock: PropTypes.Requireable; appHeaderTitleWrapper: PropTypes.Requireable; }>>; let showLastAnnotation: PropTypes.Requireable; let currentUser: PropTypes.Requireable>; let appLastAnnotation: PropTypes.Requireable>; let updateCurrentDashboardAppLastAnnotation: PropTypes.Requireable<(...args: any[]) => any>; let openAnnotationsList: PropTypes.Requireable<(...args: any[]) => any>; let rig: PropTypes.Requireable; asset_id: PropTypes.Requireable; }>>; let well: PropTypes.Requireable; asset_id: PropTypes.Requireable; }>>; let fracFleet: PropTypes.Requireable; current_pad_id: PropTypes.Requireable; pad_frac_fleets: PropTypes.Validator<(PropTypes.InferProps<{ pad: PropTypes.Validator; name: PropTypes.Requireable; }>>>; }> | null | undefined)[]>; }>>; let wells: PropTypes.Requireable<(PropTypes.InferProps<{}> | null | undefined)[]>; let coordinates: PropTypes.Requireable; }>>; let isMaximized: PropTypes.Requireable; let appSettings: PropTypes.Requireable>; let onSettingChange: PropTypes.Requireable<(...args: any[]) => any>; let children: PropTypes.Requireable; let logoSrc: PropTypes.Requireable; let primaryAssetStatusBadge: PropTypes.Requireable; let PadModeComponent: PropTypes.Requireable; let activeWellName: PropTypes.Requireable; let rightSideContent: PropTypes.Requireable; } namespace defaultProps { let appLastAnnotation_1: null; export { appLastAnnotation_1 as appLastAnnotation }; let appSettings_1: null; export { appSettings_1 as appSettings }; let badge_1: null; export { badge_1 as badge }; let children_1: null; export { children_1 as children }; let classes_1: {}; export { classes_1 as classes }; let coordinates_1: undefined; export { coordinates_1 as coordinates }; let currentUser_1: undefined; export { currentUser_1 as currentUser }; let fracFleet_1: null; export { fracFleet_1 as fracFleet }; let isMaximized_1: boolean; export { isMaximized_1 as isMaximized }; let logoSrc_1: null; export { logoSrc_1 as logoSrc }; let onSettingChange_1: undefined; export { onSettingChange_1 as onSettingChange }; let openAnnotationsList_1: undefined; export { openAnnotationsList_1 as openAnnotationsList }; let rig_1: null; export { rig_1 as rig }; let showLastAnnotation_1: boolean; export { showLastAnnotation_1 as showLastAnnotation }; export function updateCurrentDashboardAppLastAnnotation_1(): void; export { updateCurrentDashboardAppLastAnnotation_1 as updateCurrentDashboardAppLastAnnotation }; let well_1: null; export { well_1 as well }; let wells_1: null; export { wells_1 as wells }; let primaryAssetStatusBadge_1: null; export { primaryAssetStatusBadge_1 as primaryAssetStatusBadge }; export { PadMode as PadModeComponent }; let activeWellName_1: null; export { activeWellName_1 as activeWellName }; let rightSideContent_1: null; export { rightSideContent_1 as rightSideContent }; } } import PropTypes from 'prop-types'; import PadMode from './PadMode'; //# sourceMappingURL=AppHeader.d.ts.map