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