import { TypographyProps } from "@mui/material"; import { FC, PropsWithChildren } from "react"; export declare const HeaderTypography: FC; export declare const BodyTypography: FC; export declare const BulletedList: FC; export declare const OrderedList: FC; export declare const OrderedListItem: FC; export declare const BulletPoint: FC;