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