import { AnyTranslatable } from '../../types'; export declare const isTranslatable: (translatable: AnyTranslatable) => boolean;