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