import { default as React } from 'react'; interface TimeToDestinationProps { destChain: string | undefined; eta?: number; } declare function TimeToDestination({ destChain, eta }: TimeToDestinationProps): React.JSX.Element | null; declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=TimeToDestination.d.ts.map