import type { PanelProps } from './types'; declare const Panel: import("svelte").Component; type Panel = ReturnType; export default Panel;