export declare const blockStyles: { normal: { marginBottom: number; }; blockquote: { paddingHorizontal: number; borderLeftWidth: number; borderLeftColor: string; marginBottom: number; }; h1: { marginVertical: number; }; h2: { marginVertical: number; }; h3: { marginVertical: number; }; h4: { marginVertical: number; }; h5: { marginVertical: number; }; h6: { marginVertical: number; }; }; export declare const listStyles: { list: { marginVertical: number; }; listDeep: { marginVertical: number; }; listItem: { flex: number; flexWrap: "wrap"; flexDirection: "row"; }; bulletListIcon: { marginLeft: number; marginRight: number; fontWeight: "bold"; }; listItemWrapper: { flexDirection: "row"; justifyContent: "flex-start"; }; }; export declare const textStyles: { h1: { fontWeight: "bold"; fontSize: number; }; h2: { fontWeight: "bold"; fontSize: number; }; h3: { fontWeight: "bold"; fontSize: number; }; h4: { fontWeight: "bold"; fontSize: number; }; h5: { fontWeight: "bold"; fontSize: number; }; h6: { fontWeight: "bold"; fontSize: number; }; normal: {}; blockquote: {}; }; export declare const markStyles: { strong: { fontWeight: "bold"; }; em: { fontStyle: "italic"; }; link: { textDecorationLine: "underline"; }; underline: { textDecorationLine: "underline"; }; strikeThrough: { textDecorationLine: "line-through"; }; code: { paddingVertical: number; paddingHorizontal: number; backgroundColor: string; color: string; }; }; export declare const utilityStyles: { hidden: { display: "none"; }; }; //# sourceMappingURL=styles.d.ts.map