export declare const DLayoutDirection: { readonly VERTICAL: 0; readonly HORIZONTAL: 1; }; export type DLayoutDirection = (typeof DLayoutDirection)[keyof typeof DLayoutDirection];