export declare enum SizeTypes {
    small = "small",
    normal = "normal",
    large = "large"
}
export declare enum HorizontalPositions {
    left = "left",
    right = "right"
}
export declare enum VerticalPositions {
    top = "top",
    bottom = "bottom"
}
