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