import React from 'react'; type SyntheticsCardProps = { syntheticsId: string; }; export declare const SyntheticsCard: (props: SyntheticsCardProps) => React.JSX.Element; export {};