export declare enum OnboardingButtonsPosition {
    BottomRight = 0,
    Bottom = 1,
    BottomLeft = 2,
    Left = 3,
    TopLeft = 4,
    Top = 5,
    TopRight = 6,
    Right = 7
}
