export declare const globalStyles: { ':root': { fontSize: string; fontFamily: string; }; body: { fontSize: string; margin: number; padding: number; }; };