import { ReactNode } from 'react'; export declare function parseChildren(node: ReactNode): { selectedMonths: number[]; disabledMonths: number[]; } | undefined;