export declare enum CaptionPosition {
    Inline = "Inline",
    Top = "Top"
}
