type Footnote1 = { fontFamily: any; fontWeight: any; fontStyle: any; fontSize: any; letterSpacing: any; lineHeight: any; }; export declare const footnote1: Footnote1; export {};