/// import { RowHeight } from '@/services/view'; interface Props { rowHeight: RowHeight; className?: string; } declare function RowHeightIconIcon({ rowHeight, className }: Props): JSX.Element; export default RowHeightIconIcon;