import { TemplateResult } from 'lit'; import '../src/kmap-jsxgraph.js'; declare const _default: { title: string; component: string; argTypes: {}; }; export default _default; interface Story { (args: T): TemplateResult; args?: Partial; argTypes?: Record; } interface ArgTypes { attributes?: string; script?: string; } export declare const Regular: Story;