export default function cleanProps(props: Record<string, any>): {
    [x: string]: any;
};
