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