/// import { Modal, ModalProps } from "./modal.component"; import { RemoveModalProps } from "./removeModal.component"; declare const _default: { title: string; component: typeof Modal; argTypes: { onSubmit: { title: { control: { type: string; }; }; control: { action: string; }; }; }; parameters: {}; }; export default _default; export declare const Sandbox: { (args: ModalProps): JSX.Element; args: {}; }; export declare const WithTitle: { (args: ModalProps): JSX.Element; args: { title: string; }; }; export declare const WithFooter: { (args: ModalProps): JSX.Element; args: { title: string; }; }; export declare const WithRemoveModal: { (args: RemoveModalProps): JSX.Element; args: { valueToCompare: string; itemType: string; }; };