export declare const colors: { black: string; gray: string; background1: string; background2: string; }; declare const _default: { safeArea: { flex: number; backgroundColor: string; }; container: { flex: number; backgroundColor: string; }; gradient: { position: "absolute"; left: 0; right: 0; top: 0; bottom: 0; }; scrollview: { flex: number; }; exampleContainer: { paddingVertical: number; }; exampleContainerDark: { backgroundColor: string; }; exampleContainerLight: { backgroundColor: string; }; title: { paddingHorizontal: number; backgroundColor: string; color: string; fontSize: number; fontWeight: "bold"; textAlign: "center"; }; titleDark: { color: string; }; subtitle: { marginTop: number; paddingHorizontal: number; backgroundColor: string; color: string; fontSize: number; fontStyle: "italic"; textAlign: "center"; }; slider: { overflow: "visible"; }; loadingInner: { flex: number; justifyContent: "center"; alignItems: "center"; }; sliderContentContainer: {}; paginationContainer: { paddingVertical: number; }; paginationDot: { width: number; height: number; borderRadius: number; marginHorizontal: number; }; pageCounter: {}; pageNum: { color: string; fontWeight: "500"; fontFamily: string; fontSize: number; letterSpacing: number; }; }; export default _default;