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