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