interface ReactQuerySectionProps { onPress: () => void; getReactBuoySubtitle: () => string; } /** * React Query section component following composition principles. * Encapsulates React Query specific business logic and UI. */ export declare function ReactQuerySection({ onPress, getReactBuoySubtitle, }: ReactQuerySectionProps): import("react").JSX.Element; export {}; //# sourceMappingURL=ReactQuerySection.d.ts.map