declare const _default: Readonly<{ container: { alignItems: "center"; justifyContent: "center"; }; button: { alignItems: "center"; justifyContent: "center"; backgroundColor: string; height: number; width: string; paddingHorizontal: number; }; buttonDisabled: { alignItems: "center"; justifyContent: "center"; backgroundColor: string; height: number; width: string; }; text: { color: string; fontSize: number; fontWeight: "700"; }; }>; export default _default; //# sourceMappingURL=styles.d.ts.map