import { EnumDescription } from '../../../types';
export declare function Enum({ type }: {
    type: EnumDescription;
}): HTMLElement[];
