import type { HTMLAttributesWithRootRef } from '../../../types'; export type RichCellIconProps = HTMLAttributesWithRootRef; export declare const RichCellIcon: (props: RichCellIconProps) => React.ReactNode; //# sourceMappingURL=RichCellIcon.d.ts.map