import type { ComponentProps, ReactElement } from 'react';
import CreateCloudWorkspaceForm from '../../forms/CreateCloudWorkspaceForm';
type CreateCloudWorkspacePageProps = ComponentProps<typeof CreateCloudWorkspaceForm>;
declare const CreateCloudWorkspacePage: (props: CreateCloudWorkspacePageProps) => ReactElement;
export default CreateCloudWorkspacePage;
//# sourceMappingURL=CreateCloudWorkspacePage.d.ts.map