import { PageData } from "../../../configuration/native/PageData"; /** * Wrapper for the Page object, adding web-specific properties. */ export declare class SBPageData extends PageData { rotations?: number; }