import type { PropsWithChildren } from 'react'; import React from 'react'; import type { TypographyExProps } from '../../../../shared/index.js'; /** Props for {@link GasPriceHeaderTypography}. */ export interface GasPriceHeaderTypographyProps extends TypographyExProps, PropsWithChildren { heading?: string; } /** Gas price heading with the Ethereum network icon. */ export declare const GasPriceHeaderTypography: React.FC; //# sourceMappingURL=Header.d.ts.map