import { ConsusTheme } from "./theme.interface"; export declare const globalStyles: (theme: ConsusTheme) => { body: { backgroundColor: string; }; };