/// <reference types="react" />
interface TitleProps {
    title: string;
}
export declare const Title: ({ title }: TitleProps) => JSX.Element | null;
export {};
