import React from "react"; import type { RitualBathStep, RitualBathStepType } from "../RitualBathDetailPage.types"; export interface RitualBathStepsProps { steps: RitualBathStep[]; getStepTypeLabel: (type: RitualBathStepType) => string; } declare const _default: React.NamedExoticComponent; export default _default;