import { IWarningProps } from './interface.js';
export declare function Warning({ onCancel, onConfirm, button, warningTitle, warningDescription, ...rest }: IWarningProps): import("react/jsx-runtime").JSX.Element;
