export type ViewMoreQueryResultsButtonProps = {
    hasNextPage: boolean;
    fetchNextPage: () => void;
    isFetchingNextPage: boolean;
    initialLimit?: number;
    initialLimitIsApplied?: boolean;
    onRemoveInitialLimit?: () => void;
};
export declare function ViewMoreQueryResultsButton(props: ViewMoreQueryResultsButtonProps): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=ViewMoreQueryResultsButton.d.ts.map