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