declare class Footer {
    recordCount: number;
    result(): string;
}
export default Footer;
