/// import { BoxProps } from "@mui/material/Box"; interface Props { children?: JSX.Element; extraProps?: BoxProps; fontFamily?: string; } export declare const FontWrapper: ({ children, fontFamily, extraProps }: Props) => import("react/jsx-runtime").JSX.Element; export {};