import type { Currency } from '../../../types';
/**
 * Thai baht.
 */
export declare const THB: Currency<number>;
