import type { NeoListBaseSectionProps } from './neo-list-base-section.model.js';
declare const NeoListBaseSection: import("svelte").Component<NeoListBaseSectionProps, {}, "">;
type NeoListBaseSection = ReturnType<typeof NeoListBaseSection>;
export default NeoListBaseSection;