/// import type { FeatureCellProps } from './FeaturesCell.types.js'; export type { FeatureCellProps } from './FeaturesCell.types.js'; /** * Chooses what to render based on the features prop */ export declare const FeaturesCell: React.FC;