UNPKG

@wulperstudio/cms

Version:
7 lines (6 loc) 373 B
/// <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 {};