export declare const safeOmitInputProps: <T extends Record<string, any>>(props: T, ignoreKeys?: string[]) => Partial<T>;
