#import "RNNComponentOptions.h"
#import "RNNOptions.h"

@interface RNNLargeTitleOptions : RNNOptions

@property(nonatomic, strong) Number *fontSize;
@property(nonatomic, strong) Bool *visible;
@property(nonatomic, strong) Color *color;
@property(nonatomic, strong) Text *fontFamily;
@property(nonatomic, strong) Text *fontWeight;

@end
