export declare const dividers: { basic: { minWidth: number; width: "100%"; borderColor: string; borderWidth: number; borderRadius: number; margin: number; paddingVertical: number; paddingHorizontal: number; justifyContent: "center"; overflow: "hidden"; }; line: { width: "100%"; height: number; backgroundColor: string; }; text: { fontSize: number; backgroundColor: string; borderRadius: number; paddingHorizontal: number; color: string; textAlign: "center"; alignSelf: "center"; position: "absolute"; }; }; //# sourceMappingURL=styles.d.ts.map