interface SchemaNameModalProps {
    isOpen: boolean;
    onClose: () => void;
    onConfirm: (name: string) => void;
    defaultName?: string;
    title?: string;
    description?: string;
    isLoading?: boolean;
}
export declare function SchemaNameModal({ isOpen, onClose, onConfirm, defaultName, title, description, isLoading, }: SchemaNameModalProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=SchemaNameModal.d.ts.map