import { ReactElement } from 'react';
export declare type IncConfirmInputProps = {
    quetion: string;
    props: Record<string, any>;
};
interface IncComfirnInputType {
    (props: IncConfirmInputProps): ReactElement;
}
export declare const IncComfirnInput: IncComfirnInputType;
export {};
