import type { TopSection } from "../models/Section"; type UseTopSectionsProps = { top?: number; }; export declare const useTopSections: ({ top }?: UseTopSectionsProps) => import("@tanstack/react-query").UseQueryResult; export {};