import type { DefaultTheme } from 'styled-components'; export declare const globalSpacingStyles: import("styled-components").RuleSet; export declare const createGlobalRootStyles: ({ base: { scale, "hit-area": hitArea, palette } }: DefaultTheme) => string; export declare const createGlobalBodyStyles: ({ base: { "font-size": baseFontSize, "font-scale": baseFontScale, "font-stretch": baseFontStretch, "letter-spacing": baseLetterSpacing, "font-family": fontFamily, palette: { "foreground-color": foregroundColor, "app-background": background, "primary-background": primaryBackground }, "line-height": lineHeight }, components: { text } }: DefaultTheme) => string; declare const _default: import("react").NamedExoticComponent; export default _default; //# sourceMappingURL=GlobalStyle.d.ts.map