export interface ScalarItemProps { name: string; path: string; } export declare const ScalarItem: import("react").NamedExoticComponent;