import { ElementType, FC } from 'react'; import { IconButtonProps } from '@mui/material'; export interface FooterIconButtonProps extends IconButtonProps { } /** * Section for the main links */ export declare const FooterIconButton: FC;