declare const ALIGNMENT_MAP: Record<number, string>;
declare const STYLE_PROPERTY_MAP: Record<string, string>;
declare const TAG_PROPERTY_MAP: Record<string, string>;
declare const VALID_STYLE_PROPS: string[];
declare const CUE_PROPERTY_MAP: Record<string, string>;
declare const VALID_CUE_PROPS: string[];
declare const TEXT_STYLE_TAGS: Record<string, string>;

export { ALIGNMENT_MAP, CUE_PROPERTY_MAP, STYLE_PROPERTY_MAP, TAG_PROPERTY_MAP, TEXT_STYLE_TAGS, VALID_CUE_PROPS, VALID_STYLE_PROPS };
