export declare const MAXIMUM_PAGES = 7;
export declare enum SIZES {
    SMALL = "small",
    NORMAL = "normal"
}
