import React from 'react';
type SyncBlockLabelProps = {
    contentUpdatedAt?: string;
    isSource: boolean;
    isUnsyncedBlock?: boolean;
    localId: string;
    title?: string;
};
export declare const SyncBlockLabel: React.MemoExoticComponent<({ contentUpdatedAt, isSource, localId, title, isUnsyncedBlock, }: SyncBlockLabelProps) => React.JSX.Element>;
export {};
