export declare type DropdownAlignment = 'left' | 'right';
export declare type DropdownWidth = 'contents' | 'trigger' | 'expand' | number;
