export declare enum ScrollBarPolicy { ScrollBarAsNeeded = 0, ScrollBarAlwaysOff = 1, ScrollBarAlwaysOn = 2 }