import React from 'react' declare module '@ideadesignmedia/swag' { export class Component { preserves: any[] referenceElement: (element: HTMLElement, callback: (element: HTMLElement) => void) => void append: (element: HTMLElement) => void hasAttribute: (attribute: string) => boolean getAttribute: (attribute: string) => string stream: string } }