import type { CardProps } from '@mui/material'; import React from 'react'; import type { GasPriceWitnessUIBasePayload } from '../../types/index.js'; /** Props for {@link GasPriceWitnessCardHeader}. */ export interface GasPriceCardHeaderProps extends CardProps { parsedPayload?: GasPriceWitnessUIBasePayload; title?: string; } /** Card header with gas price title and base-fee/block/timestamp actions. */ export declare const GasPriceWitnessCardHeader: { ({ ref, title, parsedPayload, ...props }: GasPriceCardHeaderProps): React.JSX.Element; displayName: string; }; //# sourceMappingURL=CardHeader.d.ts.map