import * as React from "react"; import type { IconProps as IconComponentProps } from "../../Icon/index.js"; type IconProps = IconComponentProps; export declare const Icon: ((props: IconProps) => React.JSX.Element) & { original: (props: IconProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: ((props: IconProps) => React.JSX.Element) & { original: (props: IconProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<((props: IconProps) => React.JSX.Element) & { original: (props: IconProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; export {};