import { CommonModalProps } from './types'; /** * Reusable modal for displaying forms and actions. * * @param props - The properties for the CommonModal component. * @returns The rendered modal component. */ export declare function CommonModal(props: CommonModalProps): import("react/jsx-runtime").JSX.Element;