///
import './Calendar_view_brand.css';
export interface CalendarViewBrandProps {
view?: 'brand';
}
export declare const withViewBrand: {
(WrappedComponent: import("react").ComponentType): (props: CalendarViewBrandProps & K) => import("react").ReactElement import("react").ReactElement | null) | (new (props: any) => import("react").Component)>;
__isSimple: boolean;
__blockName: string;
__mod: string;
__value: string | number | boolean | undefined;
__passToProps: boolean;
};