declare type Subtitle = { fontFamily: any; fontWeight: any; fontStyle: any; fontSize: any; letterSpacing: any; lineHeight: any; }; export declare const subtitle: Subtitle; export {}; //# sourceMappingURL=subtitle.d.ts.map