import { InputProps } from '../../../../ui/index.js';
import { InputCepProps } from './interfaces.js';
export declare function InputCep<T = any>(props: InputCepProps<T> & {
disableSearchCep?: boolean;
onChangeMode?: InputProps['onChangeMode'];
}): import("react/jsx-runtime").JSX.Element;