import type React from 'react'; import type { ElementChildren } from '@coinbase/cds-common/types/React'; import type { SparklineAreaBaseProps } from './SparklineArea'; export declare function generateSparklineAreaWithId( id: string, children: ElementChildren, maskId?: string, ): | React.ReactElement> | undefined; //# sourceMappingURL=generateSparklineWithId.d.ts.map