import { ReactElement } from 'react'; interface Props { reference: string; } export declare function AssetSyncing({ reference }: Props): ReactElement; export {};