export declare const styles: { button: { backgroundColor: string; borderRadius: number; padding: number; alignItems: "center"; justifyContent: "center"; margin: number; elevation: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; }; buttonText: { color: string; fontSize: number; }; }; //# sourceMappingURL=ButtonStyles.d.ts.map