import type { Simplify } from 'type-fest'; export declare function splitProps(props: T, keys: K[]): [Simplify>, Simplify>];