declare const ShouldForwardProp: (props: {
    [k: string]: any;
}) => void;
export default ShouldForwardProp;
