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