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