import CurrencyCellProps from './type'; declare const CurrencyCell: { ({ ...props }: CurrencyCellProps): import("react/jsx-runtime").JSX.Element; defaultProps: { value: number; hasColor: boolean; debtCell: boolean; }; }; export default CurrencyCell; //# sourceMappingURL=index.d.ts.map