import type { ContextModalProps } from "@mantine/modals";
export declare function TestModal({ context, id, innerProps }: ContextModalProps<{
    modalBody: string;
}>): import("react/jsx-runtime").JSX.Element;
export declare namespace TestModal {
    var defaultTitle: string;
    var modalProps: {
        classNames: {
            size: string;
            root: string;
            header: string;
            content: string;
            title: string;
            body: string;
        };
    };
}
