import type { TFunction } from "../../utils/i18n/i18n.types.js"; import type { PeriodProps } from "../period/types.js"; export declare const getConditionalClasses: (cropped: string, direction: string, status: PeriodProps["status"]) => string; export declare const ariaLabel: (startDate: Date, endDate: Date, status: PeriodProps["status"], statusLabel: string | undefined, translate: TFunction<"Timeline">) => string;