export default class Footer {
    static propTypes: {
        classes: any;
        copyright: any;
        menu: any;
        textOverColor: any;
    };
    static jsClass: string;
    static defaultProps: {
        textOverColor: string;
    };
    render(): any;
}
