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