export declare const DAlignVertical: { readonly TOP: 0; readonly MIDDLE: 1; readonly BOTTOM: 2; }; export type DAlignVertical = (typeof DAlignVertical)[keyof typeof DAlignVertical];