import type { IconProps } from '../types/index'; declare function SvgTable(iconProps: IconProps): JSX.Element; declare namespace SvgTable { var displayName: string; } export default SvgTable;