import type { StrictTheme } from '../../../theme'; import type { DefaultContentStyle } from './types'; export declare const getDefaultStyle: ({ tokens: { colors, fontSizes, space }, }: StrictTheme) => Required;