import { IconProps } from '../Icon'; declare function SvgExtension(props: IconProps): JSX.Element; export default SvgExtension;