import React from 'react';
export type CreatePackageV2Props = {
    onPackageCreation: () => void;
};
export declare const TEMPLATE_ERROR_FILE_NAME = "Please provide a package file name and try again.";
export declare const CreatePackageV2: (props: CreatePackageV2Props) => React.ReactNode;
//# sourceMappingURL=CreatePackageV2.d.ts.map