/// import { TypographyStyleOptions } from "@mui/material/styles/createTypography"; declare module '@mui/material/styles' { interface Theme { typography: { body3: {}; }; } interface TypographyOptions { body3?: TypographyStyleOptions; } interface TypographyVariants { body3: React.CSSProperties; } interface TypographyVariantsOptions { body3?: React.CSSProperties; } } export declare const moaFont: import("@mui/material/styles").Theme; type ThemedComponentProps = { children?: React.ReactNode; }; declare const ThemedComponent: (props: ThemedComponentProps) => import("react/jsx-runtime").JSX.Element; export default ThemedComponent; //# sourceMappingURL=index.d.ts.map