import { SomeSchema } from '@ui-schema/ui-schema/CommonTypings'; import * as React from 'react'; import { StoreKeys } from '@ui-schema/ui-schema/ValueStore'; export interface TranslateTitleProps { schema: SomeSchema; storeKeys: StoreKeys; } /** * Reusable title translation component */ export declare const TranslateTitle: React.FC;