import type { Type, Level, LevelStyles } from './types'; export declare const headingStylesMap: Record, LevelStyles>; export declare const bodyStylesMap: Record, LevelStyles>; export declare const getCss: ({ type, level }: { type: T; level: Level; }) => import("styled-components").FlattenSimpleInterpolation;