import React from 'react';
export interface FooterProps {
}
declare type NativeAttrs = Omit<React.KeygenHTMLAttributes<any>, keyof FooterProps>;
declare const defaultProps: {};
export declare type MergedFooterProps = typeof defaultProps & FooterProps;
declare const _default: React.ForwardRefExoticComponent<FooterProps & NativeAttrs & React.RefAttributes<HTMLSelectElement>>;
export default _default;
