import { ElementType, FC } from 'react'; import { BoxProps } from '@mui/material'; export interface FooterSectionMenuProps extends BoxProps { } /** * Section for the multiple FooterMenu */ export declare const FooterSectionMenu: FC;