import type { ValuesOf } from '../../Types/ValuesOf'; export declare const DockSide: { readonly Left: "left"; readonly Right: "right"; readonly Top: "top"; readonly Bottom: "bottom"; }; export type DockSide = ValuesOf; //# sourceMappingURL=DockSide.d.ts.map