/// import { TypographyProps } from '@mui/material'; import { TextSize } from './sizing'; interface Props extends TypographyProps { size?: TextSize; mobileSize?: TextSize; } export declare const Subtitle: import("@emotion/styled").StyledComponent & { align?: "inherit" | "left" | "right" | "center" | "justify" | undefined; children?: import("react").ReactNode; classes?: Partial | undefined; gutterBottom?: boolean | undefined; noWrap?: boolean | undefined; paragraph?: boolean | undefined; sx?: import("@mui/material").SxProps | undefined; variant?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "caption" | "button" | "overline" | "inherit" | "textXLarge" | "textLarge" | "textMedium" | "textSmall" | "textXSmall" | "textXXSmall" | undefined; variantMapping?: Partial> | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLSpanElement>, "key" | keyof import("react").HTMLAttributes> & { ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/material/OverridableComponent").CommonProps | ("zIndex" | "typography" | "fontFamily" | "fontSize" | "lineHeight" | "letterSpacing" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY") | "align" | "children" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps & Props, {}, {}>; export {};