import React from 'react';
import type { SVGProps } from "react";
export declare const shell32135Data: {
    '32x32_4': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
    '16x16_4': (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
};
export interface Shell32135Props extends SVGProps<SVGSVGElement> {
    /**
     * Icon variant to use.
     **/
    variant?: '32x32_4' | '16x16_4';
}
export declare const Shell32135: React.MemoExoticComponent<({ variant, ...rest }: Shell32135Props) => import("react/jsx-runtime").JSX.Element>;
