import React from 'react'; import type { ProjectDeployDashboardState } from './deployDashboardTypes'; export declare function DeployStoreAssetAuthoringCard(props: { readonly projectId: string; readonly listing: ProjectDeployDashboardState['listing']; readonly onMutation: () => void; }): React.JSX.Element; //# sourceMappingURL=DeployStoreAssetAuthoringCard.d.ts.map