import { RestrictedFooterProps } from './common/types'; export declare const RestrictedFooter: ({ variant: variantProp, footerIconLink, socialMediaLinks, colorMode: colorModeProp, ssr, ...footerProps }: RestrictedFooterProps) => JSX.Element;