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