import { CSSProperties } from 'react'; type CurrencyCellProps = { debtCell?: boolean; hasColor?: boolean; style?: CSSProperties; value?: number | string | null | undefined; }; export default CurrencyCellProps; //# sourceMappingURL=type.d.ts.map