interface IntrospectionModalProps { open: boolean; presets?: { [name: string]: any; }; onClose: () => void; onChange: (introspection: any) => void; } export declare function IntrospectionModal(props: IntrospectionModalProps): import("react/jsx-runtime").JSX.Element; export {};