import { InputProps } from 'antd'; import { default as React } from 'react'; interface ICompositionInputProps extends Omit { onChange?: (value: string) => void; } declare const _default: React.MemoExoticComponent<(props: ICompositionInputProps) => import("react/jsx-runtime").JSX.Element>; export default _default;