export default function cleanProps(props: { [key: string]: any; }, blacklist: string[]): { [key: string]: any; };