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