import { RestrictedFooterContainerProps, RestrictedFooterVariantProps } from './common/types'; export declare const RestrictedFullFooter: { ({ appName, appLink, tagline, footerLinks, footerIconLink, socialMediaLinks, colorMode, containerProps, }: RestrictedFooterVariantProps): JSX.Element; Container: ({ children, ...props }: RestrictedFooterContainerProps) => JSX.Element; Section: ({ children, ...props }: RestrictedFooterContainerProps) => JSX.Element; };