import React from "react"; import { IconProps } from "../type"; export declare function FullWidthIcon({ className, style, color, ...props }: IconProps & { color?: React.CSSProperties["color"]; }): JSX.Element;