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