import { UIOptionsType } from '@rjsf/utils';
export declare function cleanupOptions<T extends object>(options: T): Omit<T, keyof UIOptionsType>;
