/// export interface FooterProps { } export declare function Footer({}: FooterProps): JSX.Element; export interface FooterItemProps { } export declare function FooterItem({}: FooterItemProps): JSX.Element;