export interface IAppFooter { theme?: 'dark' | 'light'; [x: string]: any; } export declare function AppFooter(props: IAppFooter): JSX.Element;