import { DragNDropFieldPropLocale } from './types'; export declare const defaultLocale: Required; export declare const getText: (textOrFn: string | ((props: PROPS) => string), props?: PROPS) => string | undefined; export declare const withDefaultLocale: (locale?: DragNDropFieldPropLocale) => Required;