import { SupportedTokenType } from '../../types';
declare const EMMET: SupportedTokenType;
export default EMMET;
