/**
* Make visual HOC which by match exclude specified props and convert to className
*/exportdeclareconstwithClassnameHOC: <Propsextends {} = {}, Originextends {} = {}>(blockName: string, matchProps: Props) =>import("./types").ConfigurableHOC<Props, Origin>;