export declare const styleSheet: { headerTextStyle: { fontSize: number; color: string; fontWeight: "bold"; }; subTextStyle: { color: string; fontSize: number; }; smallText: { color: string; fontSize: number; }; boldText: { fontSize: number; color: string; fontWeight: "bold"; }; };