export interface IDiffHeadlineProps { amount: string; change: number; } export declare function DiffHeadline({ change, amount }: IDiffHeadlineProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DiffHeadline.d.ts.map