import { ObjectMap } from '../../../private_utils'; import { TypographySetProps, MarginProps } from '../../system'; /** @hidden */ declare type HeadingVariant = 'default' | 'caps'; /** @hidden */ declare type HeadingSize = 'xsmall' | 'small' | 'default' | 'large' | 'xlarge' | 'xxlarge'; declare const headingStyles: ObjectMap; export default headingStyles;