export type ShellWidth = 'wide' | 'narrow' | 'tiny'; export declare function classifyWidth(cols: number): ShellWidth; export declare function useShellWidth(): ShellWidth; //# sourceMappingURL=width.d.ts.map