import type { CSSObject } from 'styled-components';
import type { Typography } from '@equinor/eds-tokens';
/** Simpler version `typographyTemplate` that does not set `color` and `margin` */
export declare const typographyMixin: (typography: Partial<Typography>) => CSSObject;
