import { CommonCopy } from '../../../core/types/localization/CommonCopy'; import { Beat } from '../../../insights/types/CommonBeat'; import { ChartDataProps } from '../../utils/Transactions'; export declare const BeatTemplates: { BILL_AMOUNT_NOT_STANDARD: string; }; export declare const getEmbeddedInstanceSlotByBeatTemplates: (copy: CommonCopy, beat?: Beat) => { instanceSlot: import("react/jsx-runtime").JSX.Element; dataSeries: ChartDataProps[]; chartData: { ariaLabel: string; label: string; value: number; formattedAmount: string; }[]; callToAction: string; } | null;