import React, { HTMLAttributes } from 'react';
import { RootProps } from '../../../engines';
import type { Calendar, CalendarConfigProps } from '../Calendar.types';
export type CalendarBaseProps = Calendar & CalendarConfigProps;
/**
* Компонент календаря.
*/
export declare const calendarBaseRoot: (Root: RootProps & {
eventTooltipSize?: string;
}>) => React.ForwardRefExoticComponent>;
export declare const calendarBaseConfig: {
name: string;
tag: string;
layout: (Root: RootProps & {
eventTooltipSize?: string;
}>) => React.ForwardRefExoticComponent>;
base: import("styled-components").FlattenSimpleInterpolation;
variations: {
view: {
css: import("styled-components").FlattenSimpleInterpolation;
};
size: {
css: import("styled-components").FlattenSimpleInterpolation;
};
eventTooltipSize: {
css: import("styled-components").FlattenSimpleInterpolation;
};
};
defaults: {
view: string;
size: string;
eventTooltipSizeCSS: string;
};
};
//# sourceMappingURL=CalendarBase.d.ts.map