import { Ref } from "vue";
import { UseSectionMaxMin } from "./types";
export declare function useSectionMaxMin(sectionRef: Ref<any>, sectionParentElementRef: Ref<any>, maxStatus: Ref<boolean>): UseSectionMaxMin;
