import React from 'react'; import type { ApplicationLinksProps, BottomSectionProps, CategoriesComponentProps, FooterNavigationProps, GeneralInformationComponentProps } from '../types/footerProps'; export declare const LangLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLAnchorElement>, "$isActive"> & { $isActive?: boolean; }, never> & Partial, HTMLAnchorElement>, "$isActive"> & { $isActive?: boolean; }, never>>> & string; export declare const TopSection: ({ topSection }: FooterNavigationProps) => React.JSX.Element; export declare const Categories: ({ categories }: CategoriesComponentProps) => React.JSX.Element; export declare const GeneralInformation: ({ generalInformation }: GeneralInformationComponentProps) => React.JSX.Element; export declare const SocialMediaLinks: ({ socialMedia }: FooterNavigationProps) => React.JSX.Element; export declare const ApplicationLinks: ({ applicationLinks, language, }: { applicationLinks: ApplicationLinksProps; language: string; }) => React.JSX.Element; export declare const BottomSection: ({ items }: BottomSectionProps) => React.JSX.Element;