/// <reference types="react" />
export declare type CreatePackageProps = {
    children?: JSX.Element;
    updateDownloadList: Function;
};
export declare const TEMPLATE_DOWNLOAD_MESSAGE = "files were downloaded and removed from the list.";
export declare const TEMPLATE_ERROR_FILE_NAME = "Please provide a package file name and try again.";
export declare const CreatePackage: (props: CreatePackageProps) => JSX.Element;
