import { LitElement } from 'lit'; export declare class Typography extends LitElement { variant: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'subtitle1' | 'subtitle2' | 'body1' | 'body2' | 'caption' | 'button' | 'overline'; align: 'left' | 'center' | 'right' | 'justify'; color: 'initial' | 'primary' | 'secondary' | 'textPrimary' | 'textSecondary' | 'error'; gutterBottom: boolean; noWrap: boolean; static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=Typography.d.ts.map