/// declare const Appbar: (({ children, dark, style, mode, elevated, safeAreaInsets, theme: themeOverrides, ...rest }: import("./Appbar").Props) => import("react").JSX.Element) & { Content: { ({ color: titleColor, subtitle, subtitleStyle, onPress, disabled, style, titleRef, titleStyle, title, titleMaxFontSizeMultiplier, mode, theme: themeOverrides, testID, ...rest }: import("./AppbarContent").Props): import("react").JSX.Element; displayName: string; }; Action: import("../../utils/forwardRef").ForwardRefComponent; BackAction: import("../../utils/forwardRef").ForwardRefComponent; Header: { ({ statusBarHeight, style, dark, mode, elevated, theme: themeOverrides, testID, ...rest }: import("./AppbarHeader").Props): import("react").JSX.Element; displayName: string; }; }; export default Appbar; //# sourceMappingURL=index.d.ts.map