import { Gutter } from '../../common'; export interface TypographyElementProps { /** * Styled as subheader */ subtle?: boolean; /** * Gutter bottom size */ gutterBottom?: Gutter; }