import React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; interface Props { navigationIcon?: React.ComponentType<{ style?: StyleProp; }>; navigationLabel?: string; onPressNavigationIcon?: () => void; style?: StyleProp; title?: React.ReactNode; actionItems?: Array; overflowItems?: React.ReactElement; } export interface Handles { dismissOverflow: () => void; } export declare const AppBar: React.ForwardRefExoticComponent>; declare const _default: React.MemoExoticComponent>>; export default _default; //# sourceMappingURL=AppBar.d.ts.map