UNPKG

@university-ecosystem/ui-kit

Version:
9 lines (8 loc) 474 B
/// <reference types="react" /> import { TypographyProps } from './interfaces'; export declare const TypographyWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined; } & TypographyProps & { textColor: string; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;