import type { CustomRenderFunctionArg } from '@visactor/vtable/es/ts-types'; import { Group } from '@visactor/vtable/es/vrender'; export declare function calendarCustomLayout(args: CustomRenderFunctionArg): { rootContainer: Group; renderDefault: boolean; };