import { type Atm } from './OfficesAtmsMapProps'; export declare const renderAtmCard: ({ location, address, billAcceptorType, terminalType, billAcceptorEnable, atmCode, atmAccess, workTime, }: Atm, i: number) => any; export declare const getAtmPoint: ({ address, terminalType, atmCode }: Atm) => { header: string; body: string; };