import type { NeoTabPanelProps } from './neo-tab-panel.model.js';
declare const NeoTabPanel: import("svelte").Component<NeoTabPanelProps, {}, "ref">;
type NeoTabPanel = ReturnType<typeof NeoTabPanel>;
export default NeoTabPanel;
