export type FooterV2LinksSectionBlockProps = React.ComponentProps<"div"> & Readonly<{ title: string; }>; export declare function FooterV2LinksSectionBlock({ title, className, children, ...rest }: FooterV2LinksSectionBlockProps): import("react").JSX.Element; //# sourceMappingURL=FooterV2LinksSectionBlock.d.ts.map