/// import { IconProps } from '.'; declare const SvgTableGeneral: ({ size, color, secondaryColor, className, ...props }: IconProps) => JSX.Element; export default SvgTableGeneral;