import { IResolverProps } from '../types'; export declare const DuplicateWithi18nAction: (props: IResolverProps) => { icon: any; disabled: boolean; title: any; label: string | undefined; onHandle: () => Promise; };