import { GasIcon } from '../../utils/gas-icons/icon/gas-icon.namespace'; export interface GasHeaderMeta { title: string; subtitle?: string; icon?: GasIcon.Icons; }