import * as React from 'react'; import { StyleProp, TextStyle, View, ViewStyle } from 'react-native'; import type { Theme, $RemoveChildren } from '../../types'; type Props = $RemoveChildren & { onPress?: () => void; style?: StyleProp; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; theme: Theme; title: React.ReactNode; titleRef?: React.RefObject; titleStyle?: StyleProp; }; declare const _default: React.ComponentType & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & { ({ onPress, style, subtitle, subtitleStyle, theme, title, titleStyle, ...rest }: Props): React.JSX.Element; displayName: string; }, {}>; export default _default; //# sourceMappingURL=AppBarContent.d.ts.map