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