/// import { BalanceCellProps } from './type'; declare function VoidAutoIcon({ voidPercentage, capturePercentage, voidCount, autoType, captureAmount, voidAmount, currency, isTextShown, isSheetViewShown, selectionProps, remainingAmount, }: BalanceCellProps): import("react").JSX.Element | null; export default VoidAutoIcon;