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