
declare namespace JSX {
  interface IntrinsicElements {
  	'pap-theme-tool': React.DetailedHTMLProps<React.HTMLAttributes<import('../src/component.js').Theme> & import('./Theme').Attributes, HTMLElement>;
  }
}
