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