import { type HTMLProps } from '@innet/dom'; export interface TypographyProps extends HTMLProps { } export declare function Typography(props: TypographyProps): any;