import { SetupContext, Ref } from 'vue';
import { SectionProps } from '../section.props';
export default function (props: SectionProps, context: SetupContext, expandStatus: Ref<boolean>, sectionRef: Ref<any>, sectionParentElementRef: Ref<any>, maxStatus: Ref<boolean>): () => any;
