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