import { FooterV2LinkBlock } from "./FooterV2LinkBlock"; import { FooterV2LinksSectionBlock } from "./FooterV2LinksSectionBlock"; export type FooterV2BlockProps = Omit, "children"> & Readonly<{ appsSectionTitle?: string; linksSections?: React.ReactNode; appButtons?: React.ReactNode; socialLinks?: React.ReactNode; legalLinks?: React.ReactNode; languageSelector?: React.ReactNode; }>; export declare function FooterV2Block({ appsSectionTitle, appButtons, linksSections, socialLinks, legalLinks, languageSelector, ...rest }: FooterV2BlockProps): import("react").JSX.Element; export declare namespace FooterV2Block { export { FooterV2LinksSectionBlock as LinksSection }; export { FooterV2LinkBlock as Link }; } //# sourceMappingURL=FooterV2Block.d.ts.map