/// <reference types="react" />
export interface FooterLegalProps {
    content: JSX.Element | Array<JSX.Element>;
}
export declare const FooterLegal: ({ content }: FooterLegalProps) => JSX.Element;
