import type { ReactNode } from 'react'; import React from 'react'; import type { TypographyExProps } from '../../../../shared/index.js'; /** Props for {@link GasPriceHeadingTypography}. */ export interface GasPriceHeadingTypographyProps extends TypographyExProps { children?: ReactNode; heading?: string; networkIcon?: ReactNode; } /** Large heading that pairs a title with an optional network icon. */ export declare const GasPriceHeadingTypography: React.FC; //# sourceMappingURL=Heading.d.ts.map