/** * Shell Type Utilities * * Helper functions for working with shell types. */ import React from 'react'; /** * Get display label for a shell type */ export declare function getShellLabel(shellType?: string): string; /** * Get icon component for a shell type */ export declare function getShellIcon(shellType?: string): React.ComponentType<{ className?: string; }> | undefined; //# sourceMappingURL=shell-utils.d.ts.map