export default withProps;
declare function withProps(input?: {}, option?: {}): (Comp: any) => React.FC<import("emotion-theming/types/helper").AddOptionalTo<Pick<any, string | number | symbol> & React.RefAttributes<any>, "theme">>;
import React from "react";
