import { Colors } from '../../../../designSystem/zeniConstants'; export declare const SHOW_ROW_MARKERS = false; export declare const ROW_MARKER_COLORS: { readonly AccountRow: Colors.graphColor15Dark; readonly SubAccountRow: Colors.graphColor25Dark; readonly SubAccountTotalRow: Colors.graphColor34Dark; readonly ClassRow: Colors.graphColor10Dark; readonly AccountGroupRow: Colors.graphColor18Dark; readonly AccountGroupWithSubAccountRow: Colors.graphColor17Dark; readonly SectionRow: Colors.graphColor03Dark; readonly ProjectRow: Colors.graphColor31Dark; readonly TotalRow: Colors.graphColor01Dark; readonly ClassHeaderRow: Colors.graphColor09Dark; readonly DashboardAccountRow: Colors.graphColor14Dark; readonly DashboardAccountGroupRow: Colors.graphColor16Dark; readonly DashboardSectionRow: Colors.graphColor04Dark; readonly DashboardTotalRow: Colors.graphColor36Dark; readonly HeadingRow: Colors.graphColor12Dark; readonly CalculatedSectionType1Row: Colors.graphColor33Dark; readonly ApAgingReportRow: Colors.graphColor20Dark; readonly ArAgingReportRow: Colors.graphColor19Dark; readonly AgingTotalRow: Colors.graphColor32Dark; readonly SubCustomerTotalRow: Colors.graphColor35Dark; readonly TimeframeRowPandL: Colors.graphColor08Dark; readonly TimeframeRowAccountRecon: Colors.graphColor07Dark; readonly TimeframeRowFlux: Colors.graphColor11Dark; readonly TimeframeRowOpExByVendor: Colors.graphColor13Dark; readonly AgingDurationRow: Colors.graphColor06Dark; readonly VendorRow: Colors.graphColor02Dark; readonly OpExByVendorLoadingInProgressRow: Colors.graphColor05Dark; readonly NoResultsFoundTitleRow: Colors.graphColor21Dark; }; export declare const ROW_MARKER_SHORT: { readonly AccountRow: "AR"; readonly SubAccountRow: "SAR"; readonly SubAccountTotalRow: "SATR"; readonly ClassRow: "CR"; readonly AccountGroupRow: "ACGrp"; readonly AccountGroupWithSubAccountRow: "ACGrpSA"; readonly SectionRow: "Sec"; readonly ProjectRow: "Proj"; readonly TotalRow: "Tot"; readonly ClassHeaderRow: "ClsHdr"; readonly DashboardAccountRow: "DAR"; readonly DashboardAccountGroupRow: "DACGrp"; readonly DashboardSectionRow: "DSec"; readonly DashboardTotalRow: "DTot"; readonly HeadingRow: "Hdg"; readonly CalculatedSectionType1Row: "CalcT1"; readonly ApAgingReportRow: "APAgR"; readonly ArAgingReportRow: "ARAgR"; readonly AgingTotalRow: "AgTot"; readonly SubCustomerTotalRow: "SCusT"; readonly TimeframeRowPandL: "TfPandL"; readonly TimeframeRowAccountRecon: "TfAcctRec"; readonly TimeframeRowFlux: "TfFlux"; readonly TimeframeRowOpExByVendor: "TfOpExVen"; readonly AgingDurationRow: "TfAging"; readonly VendorRow: "Ven"; readonly OpExByVendorLoadingInProgressRow: "LdgVen"; readonly NoResultsFoundTitleRow: "NoRes"; }; export type RowMarkerName = keyof typeof ROW_MARKER_COLORS; export declare function RowMarker({ name }: { name: RowMarkerName; }): import("react/jsx-runtime").JSX.Element | null;