import React from "react"; import { ColSpan } from "../../form-builder"; export type MultiLingualInputProps = { component: React.ComponentType; name?: string; label?: string; placeholder?: string; defaultValue?: any; [key: string]: any; size?: ColSpan; localeCodeKey?: string; localeCodeTextKey?: string; autoFocus?: boolean; withFlag?: boolean; rightSection: any; withDescription?: boolean; }; export declare const MultiLingualInput: any; //# sourceMappingURL=MultiLingualInput.d.ts.map