import type { ContentContributionTypeData } from '../../mock-smrt-client'; export interface Props { types?: ContentContributionTypeData[]; onSave: (type: Partial) => void; onDelete?: (type: ContentContributionTypeData) => void; } declare const ContentContributionTypeManager: import("svelte").Component; type ContentContributionTypeManager = ReturnType; export default ContentContributionTypeManager; //# sourceMappingURL=ContentContributionTypeManager.svelte.d.ts.map