import { FC } from 'react'; interface Props { layoutId?: string; color?: string; backgroundColor?: string; } export declare const Footer: FC; export {};