import { InterfaceDescription } from '../../../types';
export declare function Interface({ type, }: {
  type: InterfaceDescription;
}): HTMLElement[];
