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