import React, { CSSProperties } from "react"; import { TypographyProps } from "antd"; import { TitleProps } from "antd/lib/typography/Title"; declare type Props = TypographyProps["defaultProps"] & TitleProps & { style?: CSSProperties; variant?: 1 | 2; }; export declare const TitleProtec: React.FC; export {};