import type { ComponentsStructureMap } from '@wix/blocks/types'; import type { $W } from './internal-types'; type PanelController
> = ($w: $W
) => void; type DefinePanelFn =
>(id: P, fn: L) => L; export declare const definePanel: DefinePanelFn; export {}; //# sourceMappingURL=panel.d.ts.map