import { type RemoteWorkplace } from './OfficesAtmsMapProps'; export declare const renderRemoteWorkplaceCard: ({ address, workScheduleDescription }: RemoteWorkplace, i: number) => any; export declare const getRemoteWorkplacePoint: ({ address, workScheduleDescription, }: RemoteWorkplace) => { header: string; body: string; };