import React from 'react';
declare type Props = {
    duplicate?: boolean;
};
export declare const ModalCreate: React.FC<Props>;
export {};
