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