/** Импорт CSSObject нужен для tsc. */
import { CSSObject } from '@emotion/react';
/**
 * `typography` helper with baseTheme. For use with inner components styling (such autokits).
 */
export declare const typography: (name: string) => CSSObject | undefined;
