import { BoxSize, SerializedPage } from '../../types'; export declare const getPageSize: (data: SerializedPage[]) => BoxSize;