import { ConfirmProps } from '../type';
export default function confirm({ okText, cancelText, ...restProps }: ConfirmProps): void;
//# sourceMappingURL=index.d.ts.map