import React from 'react'; type SyntheticsLocationProps = { lastFailedTimestamp: Date; locationId: string; key: string; }; export declare const SyntheticsLocation: (props: SyntheticsLocationProps) => React.JSX.Element; export {};