export declare const badgeTexts: { basic: { textAlign: "center"; textTransform: "capitalize"; }; primary: { color: string; }; secondary: { color: string; }; outline: { color: string; }; success: { color: string; }; danger: { color: string; }; }; export declare const innerBorders: { basic: { borderWidth: number; borderRadius: number; margin: number; paddingVertical: number; paddingHorizontal: number; }; primary: { borderColor: string; }; secondary: { borderColor: string; }; outline: { borderColor: string; }; success: { borderColor: string; }; danger: { borderColor: string; }; }; export declare const metadatas: { container: { height: number; width: number; borderRadius: string; borderWidth: number; position: "absolute"; top: number; right: number; zIndex: number; alignItems: "center"; justifyContent: "center"; }; basic: { flex: number; fontSize: number; textAlign: "center"; }; }; //# sourceMappingURL=styles.d.ts.map