import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import React from 'react'; /** Props for {@link GasPriceHeaderActionsBox}. */ export interface GasPriceEstimateActionsBoxProps extends FlexBoxProps { baseFee?: number; baseFeeLabel?: string; blockNumber?: number; blockNumberLabel?: string; timestamp?: number; } /** Chip row showing base fee, block number, and timestamp for a gas price header. */ export declare const GasPriceHeaderActionsBox: React.FC; //# sourceMappingURL=Actions.d.ts.map