export declare const CaptionStyleModelTextAlign: {
    readonly Start: "start";
    readonly Center: "center";
    readonly End: "end";
};
export type CaptionStyleModelTextAlign = (typeof CaptionStyleModelTextAlign)[keyof typeof CaptionStyleModelTextAlign];
