import type { FooterBlockProps } from '../types.js';
export declare function FooterBlock({ props }: {
    props: FooterBlockProps;
}): import("react/jsx-runtime").JSX.Element;
