import { Props } from './Props';
export declare function remodelProps(props: any, context?: any, extra?: any, path?: string): Props;
