import React from 'react'; export declare const MyDataScreen: () => React.JSX.Element; declare const defaultStyles: (theme: import("../components").Theme) => readonly ["MyDataScreen", import("../components/BrandConfigProvider/styles/createStyles").NamedStyles<{ container: { alignItems: "flex-start"; flex: number; paddingHorizontal: number; }; dateControlsContainer: { borderBottomWidth: number; borderBottomColor: string; }; periodScrollView: { paddingVertical: number; paddingHorizontal: number; }; periodBubbleView: { justifyContent: "center"; alignItems: "center"; height: number; borderRadius: number; borderWidth: number; borderColor: string; marginRight: number; }; periodBubbleSelectedView: { backgroundColor: string; }; periodBubbleText: { paddingHorizontal: number; }; periodBubbleSelectedText: { color: string; }; datePickerContainer: { width: string; position: "relative"; alignItems: "center"; }; datePickerStyles: { buttonContainer: any; textContainer: any; text: any; iconButton: any; }; datePickerNavigatorContainer: { backgroundColor: string; }; divider: { width: string; backgroundColor: string; marginBottom: number; marginTop: number; }; chartWrapperContainer: { width: string; }; }>]; declare module './../components/BrandConfigProvider/styles/types' { interface ComponentStyles extends ComponentNamedStyles { } } export {};