import type { Direction } from '@atlaskit/motion'; import type { DrawerWidth } from './types'; export declare const widths: DrawerWidth[]; export declare const directions: Direction[];