/// <reference types="react" />
interface TitlePropsModel {
    colorTitle?: string;
}
export declare const Title: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & TitlePropsModel, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
export {};
