import { ProTableLayoutProps } from '../../typing'; import './index.scss'; declare const DensityIcon: (props: ProTableLayoutProps) => JSX.Element; export default DensityIcon;