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