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