export declare function splitProps(props: T, ...keys: (keyof T)[]): [T, T];