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