export declare const CaptionStyleHorizontalPlacementModelAlign: { readonly Left: "left"; readonly Center: "center"; readonly Right: "right"; }; export type CaptionStyleHorizontalPlacementModelAlign = (typeof CaptionStyleHorizontalPlacementModelAlign)[keyof typeof CaptionStyleHorizontalPlacementModelAlign];