import { IAppStyle } from '../../theme'; import React, { FunctionComponent } from 'react'; interface ITitleProps { className?: string; } export declare const Title: (style: IAppStyle) => FunctionComponent; export declare const Title1: React.FunctionComponent; export declare const Title2: React.FunctionComponent; export declare const Title3: React.FunctionComponent; export declare const Title4: React.FunctionComponent; export {};