import React from 'react'; interface TitleType { value: string; fontSize: number; textAlign: any; color: string; textIndent: string; backgroundColor: string; fontWeight: string; textDecoration: string; fontStyle: string; paddingTop: number; paddingLeft: number; paddingRight: number; shared?: boolean; paddingBottom: number; goPath?: boolean; goPointsPath?: boolean; } export declare const Title: React.NamedExoticComponent; export {};