UNPKG

@retriever-ui/typography

Version:
7 lines (6 loc) 410 B
/// <reference types="react" /> import { TextElementInterface } from '../interface'; export declare const Title: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & TextElementInterface, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;