/** @packageDocumentation * @module Widget */ /** Returns widget direction. * I.e. "horizontal" when widget is in bottom/top stage panel. * @alpha */ export declare function useWidgetDirection(): "horizontal" | "vertical"; //# sourceMappingURL=useWidgetDirection.d.ts.map