/// <reference types="react" />
import { FooterProps, FooterItemProps } from './Footer.types';
export declare const Footer: ({ children, ...props }: FooterProps) => JSX.Element;
export declare const FooterItem: ({ children, ...props }: FooterItemProps) => JSX.Element;
