export declare const buildDeprecatedPropsWarning: (message: string | string[]) => (deprecatedProps: {
    [key: string]: any;
}) => void;
