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