import { FunctionComponent } from 'react';
export interface ITitle {
    title?: string;
}
export declare const Title: FunctionComponent<ITitle>;
declare const _default: any;
export default _default;
