export declare const DLayoutClearType: { readonly NONE: 0; readonly BEFORE: 1; readonly AFTER: 2; readonly BOTH: number; }; export type DLayoutClearType = number;