export declare enum InspectorSize {
    Small = 0,
    Large = 1,
    Offset = 2,
    FullWidth = 3
}
