export declare const SIZE: {
    readonly cell: "cell";
    readonly section: "section";
    readonly module: "module";
};
