export declare namespace GasSelect { interface Option { title: string; value: string | number; } }