export declare enum FloatingObjectHorizontalPositionTypeApi {
    Aligned = 0,
    Absolute = 1,
    Relative = 2
}
export declare enum FloatingObjectVerticalPositionTypeApi {
    Aligned = 0,
    Absolute = 1,
    Relative = 2
}
export declare enum WrapTypeApi {
    Inline = 0,
    TopAndBottom = 1,
    Tight = 2,
    Through = 3,
    Square = 4,
    BehindText = 5,
    InFrontOfText = 6
}
export declare enum WrapSideApi {
    Both = 0,
    Left = 1,
    Right = 2,
    Largest = 3
}
export declare enum FloatingObjectHorizontalAlignmentApi {
    None = 0,
    Left = 1,
    Center = 2,
    Right = 3,
    Inside = 4,
    Outside = 5
}
export declare enum FloatingObjectHorizontalAnchorElementApi {
    Page = 0,
    Character = 1,
    Column = 2,
    Margin = 3,
    LeftMargin = 4,
    RightMargin = 5,
    InsideMargin = 6,
    OutsideMargin = 7
}
export declare enum FloatingObjectVerticalAlignmentApi {
    Top = 1,
    Center = 2,
    Bottom = 3,
    Inside = 4,
    Outside = 5
}
export declare enum FloatingObjectVerticalAnchorElementApi {
    Page = 0,
    Line = 1,
    Paragraph = 2,
    Margin = 3,
    TopMargin = 4,
    BottomMargin = 5,
    InsideMargin = 6,
    OutsideMargin = 7
}
