/** Build the Select collection for the "rows per page" control. */ export declare const createPageSizeCollection: (options: number[]) => import("@ark-ui/react").ListCollection<{ label: string; value: string; }>;