/// import { Fiber } from './react-source'; declare global { interface Window { $__i?: { e: Node; f?: Fiber | null; }; } interface Node { __impulseHide?: boolean; __impulseDirty?: boolean; } } export declare function ImpulseRoot(props: ImpulseParams): JSX.Element; export declare type SelectionState = { type: 'elementSelected'; selectedNode: Node; parentElement: Element; indexInsideParent: number; } | { type: 'elementNotSelected'; }; export declare type ImpulseParams = { prettierConfig?: any; tailwindConfig?: any; config?: { editorLinkSchema?: string; panel?: { height?: number; }; }; }; //# sourceMappingURL=app.d.ts.map