export interface BodyRow { axisId: string; text: string; duration?: string; } export declare function BodyRow({ axisId, text, duration }: Readonly): import("react").JSX.Element; export declare namespace BodyRow { var displayName: string; } //# sourceMappingURL=BodyRow.d.ts.map