/// import { IResolverProps } from '../types'; export declare const CopyContentAction: (props: IResolverProps) => { disabled: boolean; label: string; onHandle: () => void; dialog: false | { type: string; onClose: () => void; title: string; content: JSX.Element; }; };